{% if progress is defined %}
{% if progress == 1 %} {# I18N: Alt text for image representing student progress. #}{{ gettext('Completed') }} {% elif progress == 0 %} {# I18N: Alt text for image representing student progress. #}{{ gettext('Not yet started') }} {% endif %}
{% endif %} {% block question %} {% endblock question %}