<%= ts("Are you sure you want to delete the collection %{collection_name}? All collection settings will be lost. (Works will not be deleted.)", :collection_name => @collection.title).html_safe %>
<%= f.submit ts("Yes, Delete Collection") %>
<% end %>