{% extends "base.html" %} {% load i18n thumbnail %} {% block title %} {% if object.id %} {% trans "Update video" %} {% else %} {% trans "Create video" %} {% endif %} {% endblock %} {% block main %} {% if object.id %}

{% trans "Update video information" %}

{% else %}

{% trans "Create video" %}

{% endif %}
{% include "media_library/partials/mediaitem_form.html" with button_text="Save video" %}
{% endblock %} {% block extrascript %} {% endblock %}