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