{% extends "admin/base_site" %} {% block content %} {% if perms_lacking %}

{{ _("Deleting the %(object_name)s '%(object)s' would result in deleting related objects, but your account doesn't have permission to delete the following types of objects:") }}

{% else %}

{{ _('Are you sure you want to delete the %(object_name)s "%(object)s"? All of the following related items will be deleted:') }}

{% endif %} {% endblock %}