{% extends "wagtailadmin/base.html" %} {% load i18n %} {% block titletag %}{% blocktrans with title=page.title %}Delete {{ title }}{% endblocktrans %}{% endblock %} {% block bodyclass %}menu-explorer{% endblock %} {% block content %} {% trans "Delete" as del_str %} {% include "wagtailadmin/shared/header.html" with title=del_str subtitle=page.title icon="doc-empty-inverse" %}
{% trans 'Are you sure you want to delete this form submission?' %}