{% extends 'wagtailadmin/bulk_actions/confirmation/base.html' %} {% load i18n wagtailadmin_tags %} {% block titletag %}{% blocktranslate trimmed count counter=items|length %}Merge 1 tag{% plural %}Merge {{ counter }} tags{% endblocktranslate %}{% endblock %} {% block header %} {% trans "Merge Tags" as merge_str %} {% include "wagtailadmin/shared/header.html" with title=merge_str icon="tag" %} {% endblock header %} {% block items_with_access %} {% if items %}

{% trans "You are about to merge the following the tags:" %}

{% endif %} {% endblock items_with_access %} {% block form_section %}
{% csrf_token %} {{ form.as_p }} {% trans "Cancel" %}
{% endblock form_section %}