{% extends "wagtailadmin/base.html" %} {% load i18n wagtailmodeladmin_tags %} {% block titletag %}{{ view.get_meta_title }}{% endblock %} {% block content %} {% include "wagtailadmin/shared/header.html" with title=view.get_page_title subtitle=view.get_page_subtitle icon=view.header_icon %}
{% blocktrans with instance as instance_name %}{{ instance_name }} cannot be deleted because it currently has protected relationships with other things. To delete {{ instance_name }}, address it's relationships with the following items, then try again:{% endblocktrans %}
{{ view.confirmation_message }}
{% endif %}