{% extends "admin/base_site.html" %}{% load i18n %} {% block breadcrumbs %} {% trans "Administration" %} › {{ app_label|capfirst }} › {{ opts.verbose_name_plural|capfirst }} › {% trans 'Delete multiple objects' %}{% endblock %} {% block content %} {% if perms_lacking %}
{% 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 %}
{% blocktrans %}Are you sure you want to delete the selected {{ object_name }} objects? All of the following objects and their related items will be deleted:{% endblocktrans %}
{% for deletable_object in deletable_objects %}