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