<%= t("admin.form.are_you_sure_you_want_to_ban", :model_name => @abstract_model.pretty_name.downcase) %> “ <%= @model_config.with(:object => @object).object_label %> ” <%= t("admin.form.all_of_the_following_related_items_will_be_deleted") %>

<%= form_for(@object, :url => ban_path(:model_name => @abstract_model.to_param, :id => @object.id), :html => {:method => "patch"}) do %>
<% end %>