{% extends 'wagtailadmin/bulk_actions/confirmation/base.html' %} {% load i18n %} {% load wagtailimages_tags wagtailadmin_tags %} {% block titletag %}{% blocktrans trimmed count counter=items|length %}Add 1 document to new collection {% plural %}Add {{ counter }} documents to new collection{% endblocktrans %}{% endblock %} {% block header %} {% trans "Add documents to collection" 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 add the following document to the selected collection? {% plural %} Are you sure you want to add the following documents to the selected collection? {% endblocktrans %}