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