type="{{ media.media_data.source_type() }}"
{% else %}
type="{{ media.media_manager['default_webm_type'] }}"
- {% endif %} />
- {%- for subtitle in media.subtitle_files %}
+ {% endif %}
+ label="{{ each_media_path[0] }}" res="{{ each_media_path[1][1] }}" />
++ {%- for subtitle in media.subtitle_files %}
+ <track src="{{ request.app.public_store.file_url(subtitle.filepath) }}"
- label = "{{ subtitle.name }}" kind="subtitles" >
- {%- endfor %}
++ label="{{ subtitle.name }}" kind="subtitles">
++ {%- endfor %}
+ {% endfor %}
<div class="no_html5">
{%- trans -%}Sorry, this video will not work because
your web browser does not support HTML5