{% load embed_video_tags %} {% load i18n %} {% trans "Choose a format" as choose_str %} {% include "wagtailadmin/shared/header.html" with title=choose_str %}
{% video embed_video.url as my_video %} here? {% endvideo %}
{% csrf_token %}
    {% for field in form %} {% include "wagtailadmin/shared/field_as_li.html" with field=field %} {% endfor %}