{% extends "admin2/bootstrap/base.html" %} {% load admin2_tags i18n %} {% block title %}Are you sure?{% endblock title %} {% block page_title %}Are you sure?{% endblock page_title %} {% block breadcrumbs %}
  • Home /
  • {{ app_label|title }} /
  • {{ model_name_pluralized|title }} /
  • {% trans "Delete" %}
  • {% endblock breadcrumbs %} {% block content %}

    {% blocktrans with objects_name=objects_name %}Are you sure you want to delete the selected {{ objects_name }}? All of the following items will be deleted:{% endblocktrans %}

    {% csrf_token %} {% for item in queryset %} {% endfor %}
    {% endblock content %}