{% extends "wagtailadmin/base.html" %} {% load i18n %} {% block titletag %}Media{% endblock %} {% block extra_js %} {{ block.super }} {% endblock %} {% block content %} {% trans "Video" as video_str %}

{{ video_str }}

    {% for field in search_form %}
  • {% include "wagtailadmin/shared/field.html" %}
  • {% endfor %}
{% if user_can_add %} {% block add_actions %} {% endblock %} {% endif %}
{% if collections %} {% endif %}
{% include "cast/video/results.html" %}
{% endblock %}