{% extends base_template %} {% load i18n %} {% load staticfiles %} {% block practice_active %}active{% endblock practice_active %} {% 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 %}

{% trans "Practicing" %} {% trans title %} {% if exercise.description %}
{% trans exercise.description %}{% endif %}

{% trans "Your progress streak bar for this exercise" as prog_streak %}
{% trans "Acceptable formats" %} {% trans "Answer" %}
{% trans "Check Answer" as check_btn %} {% trans "Correct! Next Question..." as next_btn %}

{% trans "Need help?" %}
{% trans "I'd like a hint" as hint %}
{% trans "Note: this will reset your streak and points for this exercise!" %}
{% if related_videos %} {% endif %}
{% endblock content %}