{% extends "wagtailadmin/base.html" %} {% load i18n static wagtailadmin_tags %} {% block titletag %}{% trans "Add multiple videos" %}{% endblock %} {% block extra_css %} {{ block.super }} {{ form_media.css }} {% 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 }}
{% trans "Upload successful. Please update this video with a more appropriate title, if necessary. You may also delete the video completely if the upload wasn't required." %}
{% trans "Sorry, upload failed." %}
{% trans "Video updated." %}