{% extends "base.html" %} {% load crispy_forms_tags %} {% load static %} {% block headtitle %}Add subtitle - {{PORTAL_NAME}}{% endblock headtitle %} {% block innercontent %}
{% include "cms/media_nav.html" with active_tab="subtitles" %}
{% if whisper_form %}

Request Automatic Transcription and Translation info_outline

{% csrf_token %} {% crispy whisper_form %}
{% endif %}
{% csrf_token %} {% crispy form %}
{% if subtitles %}

Edit existing Captions

{% endif %} {% endblock innercontent %}