%page expression_filter="h"/>
<%!
from django.utils.translation import ugettext as _
from openedx.core.djangolib.js_utils import js_escaped_string
%>
% if display_name is not UNDEFINED and display_name is not None:
${display_name}
% endif
${_('No playable video sources found.')}
% if download_video_link or track or handout or branding_info:
${_('Downloads and transcripts')}
% if download_video_link:
% 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:
% endif
% if branding_info:
${branding_info['logo_tag']}
% endif
% endif
% if cdn_eval:
% endif;