{% extends '_base.html' %} {% load helpers %} {% block breadcrumb %}{% endblock %} {% block content %}
Confirm Bulk Deletion

Warning: The following operation will delete {{ table.rows|length }} {{ object_type_plural }}. Please carefully review the {{ object_type_plural }} to be deleted and confirm below.

{% block message_extra %}{% endblock %}
{% include 'utils/responsive_table.html' %}
{% csrf_token %} {% for field in form.hidden_fields %} {{ field }} {% endfor %}
Cancel
{% endblock %}