{% extends "wagtailadmin/base.html" %} {% load i18n static %} {% block titletag %}{% trans "Add multiple videos" %}{% endblock %} {% block extra_css %} {{ block.super }} {% endblock %} {% block content %} {% trans "Add videos" as add_str %} {% include "wagtailadmin/shared/header.html" with title=add_str icon="media" %}

{% trans "Drag and drop videos into this area to upload immediately." %}

{{ help_text }}

{% csrf_token %} {% if collections %}
{% endif %}
0%
{% endblock %} {% block extra_js %} {{ block.super }} {% url 'wagtailadmin_tag_autocomplete' as autocomplete_url %} {% endblock %}