{% extends "admin/delete_confirmation.html" %} {% load i18n admin_urls static cms_admin %} {% block extrahead %}{{ block.super }} {% endblock %} {% block delete_confirm %}

{% blocktranslate with escaped_object=object %}Are you sure you want to delete the {{ object_name }} "{{ escaped_object }}"? All of the following related items will be deleted:{% endblocktranslate %}

{% for model, count in model_count %}

{{ model|capfirst }}{{ count }}

{% endfor %}

{% translate "Structure" %}


{% csrf_token %}
{% if is_popup %}{% endif %} {% if to_field %}{% endif %} {% translate "No, take me back" %}
{% endblock %}