{% extends "admin/base.html" %} {% load i18n admin_urls static %} {% block content_title %} {% blocktrans with escaped_object=object %}Delete {{ escaped_object }}{% endblocktrans %} {% endblock %} {% block content %}
{% blocktrans %}All of the following related items will be deleted: {% endblocktrans %}
{% if deleted_objects %}{% blocktrans %}Deleting the {{ object_name }} would require deleting the following protected related objects:{% endblocktrans %}
{% blocktrans %}Deleting the {{ object_name }} would result in deleting related objects, but your account doesn't have permission to delete the following types of objects:{% endblocktrans %}