{% 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 %}
{% if error_protected %}

{% blocktrans %}Sorry, there was a problem{% endblocktrans %}

{% 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 %}

{% trans 'Okay, go back' %}

{% else %}

{{ view.confirmation_message }}

{% csrf_token %}
{% endif %}
{% endblock %}