{% extends "base.html" %} {% block title %} {% if request.type == "subtitle" -%} {{ config["LOCALISATIONS"]["title"][request.language] }} {% endif %} {% if request.type == "transcript" -%} {{ config["LOCALISATIONS"]["transcribe_title"][request.language] }} {% endif %} {% endblock %} {% block leadtext %} {% if request.type == "subtitle" -%} {% autoescape false %}{{ config["LOCALISATIONS"]["leadtext"][request.language] }}{% endautoescape %} {% endif %} {% if request.type == "transcript" -%} {% autoescape false %}{{ config["LOCALISATIONS"]["transcribe_leadtext"][request.language] }}{% endautoescape %} {% endif %} {% endblock %} {% block content %}