{% extends "django_backend/base_dialog.html" %} {% load i18n floppyforms django_backend_tags %} {% block content %} {% randid as random_id %} {% block translation_links %} {% if not is_dialog and backend.FEATURES.translatable %}
{% trans "Translations:" %} {% include "django_backend/_object_translations.html" %}
{% endif %} {% endblock %} {% block headline %}{% blocktrans with object=object %}Deleting the {{ object }} would result in deleting related objects, but your account doesn't have permission to delete the following types of objects:{% endblocktrans %}
{% blocktrans with object=object %}Deleting the {{ object }} would require deleting the following protected related objects:{% endblocktrans %}