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