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