{% extends 'wagtailadmin/bulk_actions/confirmation/base.html' %} {% load i18n %} {% load wagtailimages_tags wagtailadmin_tags %} {% block titletag %} {% with counter_val=items|length %} {% blocktrans trimmed with counter=counter_val|intcomma count counter_val=counter_val %}Add tags to 1 document {% plural %}Add tags to {{ counter }} documents{% endblocktrans %} {% endwith %} {% endblock %} {% block header %} {% trans "Add tags to documents" as add_str %} {% include "wagtailadmin/shared/header.html" with title=add_str icon="doc-full-inverse" %} {% endblock header %} {% block items_with_access %} {% if items %}
{% blocktrans trimmed count counter=items|length %} Are you sure you want to tag the following document? {% plural %} Are you sure you want to tag the following documents? {% endblocktrans %}