{% blocktrans %}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 %}
-
{% for obj in perms_lacking %}
- {{ obj }} {% endfor %}
{% blocktrans %}Deleting the selected {{ objects_name }} would require deleting the following protected related objects:{% endblocktrans %}
-
{% for obj in protected %}
- {{ obj }} {% endfor %}
{% blocktrans with escaped_object=object %}Are you sure you want to delete the {{ object_name }} "{{ escaped_object }}"? It eventually will delete related objects as well, as shown in the summary:{% endblocktrans %}