{% extends 'wagtailadmin/bulk_actions/confirmation/base.html' %} {% load i18n %} {% load wagtailadmin_tags %} {% block titletag %}{% blocktrans count counter=items|length %}Add tags to 1 embed video{% plural %}Add tags to {{ counter }} embed videos{% endblocktrans %}{% endblock %} {% block extra_js %} {{ block.super }} {% url 'wagtailadmin_tag_autocomplete' as autocomplete_url %} {% endblock %} {% block header %} {% trans "Add tags to embed videos" 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 embed video? {% plural %} Are you sure you want to tag the following embed videos? {% endblocktrans %}