<%= ts("Purge Assignments for %{collection_title}", collection_title: @collection.title) %>

<%= form_tag purge_collection_assignments_path(@collection), class: "simple destroy" do %>

<%= ts("Are you sure you want to purge all assignments for %{collection_title}? This cannot be undone. Please only do this if you absolutely must!", collection_title: @collection.title).html_safe %>

<%= submit_tag ts("Yes, Purge Assignments") %>

<% end %>