{% extends "admin/base_site.html" %} {% load i18n admin_urls static %} {% block page_heading %} {% trans 'Delete confirmation' %} {% endblock %} {% block breadcrumbs %}
{% trans "Deleting the selected %(objects_name)s would result in deleting related objects, but your account doesn't have permission to delete the following types of objects:" %}
{% trans "Deleting the selected %(objects_name)s would require deleting the following protected related objects:" %}
{% trans "All of the following related items will be deleted:" %}