{% load i18n %} {% trans "Choose a media file" as choose_str %} {% include "wagtailadmin/shared/header.html" with title=choose_str tabbed=1 merged=1 icon="media" %} {% if uploadforms %} {# Both auth and video forms are powered by the same media form, so use one of them #} {% if uploadforms.video %} {{ uploadforms.video.media.js }} {{ uploadforms.video.media.css }} {% else %} {{ uploadforms.audio.media.js }} {{ uploadforms.audio.media.css }} {% endif %}