{% 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 }}