{% extends "admin/base.html" %} {% load i18n admin_urls static %} {% block content_title %} {% trans "Delete selected objects" %} {% endblock %} {% block content %}
{% blocktrans %}All of the following objects and their related items will be deleted:{% endblocktrans %}
{% if deletable_objects %}{% trans "The following objects could not be deleted because you don't have permission:" %}
{% trans "The following protected related objects could not be deleted:" %}