{% extends "admin/delete_confirmation.html" %} {% load i18n static shortcuts %} {% block shortcuts %} {% include "admin/delete_confirmation_shortcuts.html" %} {% endblock %} {% block delete_confirm %} {% get_shortcuts as shortcuts %}

{% 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 %}

{% include "admin/includes/object_delete_summary.html" %}

{% translate "Objects" %}

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