{% load i18n %} {% if display_name is not None and not is_embed %}

{{ display_name|escape }}

{% endif %}
{% if download_video_link or track or handout or public_sharing_enabled and not hide_downloads %}

{% trans 'Downloads and transcripts' as tmsg %}{{tmsg|force_escape}}

{% if download_video_link or public_sharing_enabled %}

{% trans 'Video' as tmsg %}{{tmsg|force_escape}}

{% if download_video_link %} {% trans "Download video file" as tmsg %}{{ tmsg|force_escape }} {% endif %} {% if download_video_link and public_sharing_enabled %}
{% endif %} {% if sharing_sites_info %} {% endif %}
{% endif %} {% if track %}

{% trans 'Transcripts' as tmsg %}{{tmsg|force_escape}}

{% if transcript_download_format %} {% else %} {% trans 'Download transcript' as tmsg %}{{tmsg|force_escape}} {% endif %}
{% endif %} {% if handout %}

{% trans 'Handouts' as tmsg %}{{tmsg|force_escape}}

{% trans 'Download Handout' as tmsg %}{{tmsg|force_escape}}
{% endif %}
{% endif %} {% if transcript_feedback_enabled and video_id %}

{% trans 'How is the transcript quality?' as tmsg %}{{tmsg|force_escape}}

{% endif %}
{% if cdn_eval %} {{ cdn_exp_group|json_script:"cdnExpGroup" }} {% endif %}