{% extends base_template %} {% load i18n %} {% load form_tags %} {% block ui_title %}{% trans "Delete confirmation" %}{% endblock %} {% block content %} {% form_errors form %}

{{ confirmation_text }}

{% if show_deleted_objects %}

{% trans "Summary" %}

{% trans "Objects" %}

{% endif %}
{% csrf_token %} {% block form_actions %} {% trans 'Cancel' %} {% endblock %}
{% endblock %}