{% extends base_template %} {% load i18n %} {% load staticfiles %} {% load my_filters %} {% block watch_active %}active{% endblock watch_active %} {% block headcss %} {% endblock headcss %} {% block headjs %} {% endblock headjs %} {% block content %}

{% trans video.title %}
{% if video.description %} {% trans video.description %} {% endif %} {% if video.related_exercise %} {# Translators: Example usage=> Exercise: Name of Exercise #} {% trans "Exercise" as exercise %} {% trans "Practice this concept" %} {% endif %}

{% if prev %}
< {% trans prev.title %}
{% endif %} {% if next %}
{% trans next.title %} >
{% endif %}
{% if use_mplayer and video.available %}



{% trans "Launch video player!" %}

{% elif video.available %}
{% if video_urls.thumbnail %}{% endif %}
{% endif %} {% endblock content %}