{% extends "admin/base_site.html" %} {% load i18n l10n %} {% load admin_urls %} {% load pymorphy_tags %} {% load ruadmin %} {% block breadcrumbs %}
{% endblock %} {% block content %} {% if perms_lacking or protected %} {% if perms_lacking %}{% blocktrans with objects_name|inflect:"вн"|plural_from_object_with_num:deletable_objects as objects_name %}Deleting the selected {{ objects_name }} would result in deleting related objects, but your account doesn't have permission to delete the following types of objects:{% endblocktrans %}
{% blocktrans with objects_name|inflect:"вн"|plural_from_object_with_num:deletable_objects as objects_name %}Deleting the selected {{ objects_name }} would require deleting the following protected related objects:{% endblocktrans %}
{% blocktrans with objects_name|inflect:"вн"|plural_from_object_with_num:deletable_objects as objects_name %}Are you sure you want to delete the selected {{ objects_name }}? All of the following objects and their related items will be deleted:{% endblocktrans %}
{% for deletable_object in deletable_objects %}