{% extends "wagtailadmin/base.html" %} {% load i18n modeladmin_tags %} {% block titletag %}{{ view.get_meta_title }}{% endblock %} {% block content %} {% block header %} {% include "wagtailadmin/shared/header.html" with title=view.get_page_title subtitle=view.get_page_subtitle icon=view.header_icon %} {% endblock %} {% block content_main %}
{% blocktrans trimmed with instance as instance_name %}'{{ instance_name }}' is currently referenced by other objects, and cannot be deleted without jeopardising data integrity. To delete it successfully, first remove references from the following objects, then try again:{% endblocktrans %}
{% trans 'Go back to listing' %}
{% else %}{{ view.confirmation_message }}
{% endif %}