<%= ts("Delete Works?") %>

You are about to delete all of the following works PERMANENTLY. This CANNOT BE UNDONE and all bookmarks, comments, and kudos will be lost.

<%= render "works/work_abbreviated_list", :works => @works %> <%= form_tag delete_multiple_user_works_path(@user) do %>

<%= ts("Are you sure you want to delete these works PERMANENTLY? If you just want to remove your association with the work, you could orphan it instead.") %> <% @works.each_with_index do |work, index| %><%= hidden_field_tag "work_ids[]", work.id, :id => "work_ids_#{index}" %><% end %>

<% end %>