{% extends base_template %} {% load i18n %} {% load staticfiles %} {% load my_filters %} {% load i18n_filters %} {% block watch_active %}active{% endblock watch_active %} {% block title %}KA Lite{% endblock title %} {% block headcss %}{{ block.super }} {% endblock headcss %} {% block headjs %} {{ block.super }} {% endblock headjs %} {% block content %} {% if prev %}
< {% trans prev.title %}
{% endif %} {% if next %}
{% trans next.title %} >
{% endif %}
{% if video.related_exercise %} {# Translators: Example usage=> Exercise: Name of Exercise #} {% trans "Exercise" as exercise %} {% trans "Practice this concept" %} {% endif %}
{% endblock content %}