<%page expression_filter="h"/> <%! from django.utils.translation import gettext as _ from openedx.core.djangolib.js_utils import ( dump_js_escaped_json, js_escaped_string ) %> % if display_name is not UNDEFINED and display_name is not None and not is_embed:

${display_name}

% endif
% if ((download_video_link or track or handout or branding_info or public_sharing_enabled) and not hide_downloads):

${_('Downloads and transcripts')}

% if download_video_link or public_sharing_enabled:

${_('Video')}

% if download_video_link: ${_('Download video file')} % endif % if download_video_link and public_sharing_enabled:
% endif % if sharing_sites_info: % endif
% endif % if track:

${_('Transcripts')}

% if transcript_download_format:
    % for item in transcript_download_formats_list:
  • <% dname = _("Download {file}").format(file=item['display_name']) %> ${dname}
  • % endfor
% else: ${_('Download transcript')} % endif
% endif % if handout:

${_('Handouts')}

${_('Download Handout')}
% endif % if branding_info:
${branding_info['logo_tag']}
% endif
% endif % if transcript_feedback_enabled and video_id:

${_('How is the transcript quality ?')}

% endif
Powered by
% if cdn_eval: % endif