<%! from django.utils.translation import ugettext as _ %> % if display_name is not UNDEFINED and display_name is not None:

${display_name}

% endif
% if show_captions == 'true':
% endif
% if sources.get('main'):

${_('Download video here.') % sources.get('main')}

% endif % if track:

${_('Download subtitles here.') % track}

% endif