{% extends 'wagtailadmin/bulk_actions/confirmation/base.html' %} {% load i18n wagtailadmin_tags %} {% block titletag %}{% blocktrans trimmed count counter=items|length %}Change 1 {{ waffle_type.verbose_name }} {% plural %}Change for {{ counter }} {{ waffle_type.verbose_name_plural }}{% endblocktrans %}{% endblock %} {% block header %} {% with action|capfirst as header_str %} {% include "wagtailadmin/shared/header.html" with title=header_str %} {% endwith %} {% endblock header %} {% block items_with_access %} {% if items %}
Are you sure you want to {{ action }} these {{ waffle_type.verbose_name_plural }}?