{% extends 'base_course.html' %} {% block subtitle %} {# I18N: Title of the course progress webpage. #} {{ gettext('Course Progress') }} {% endblock subtitle %} {% block top_content %} {% endblock %} {% block main_content %}
{# I18N: Button that allows the student to unenroll from a course. #} {{ gettext('Unenroll') }}
{% else %} {% endif %} {% else %} {# I18N: Shown when the student profile cannot be found in the database. #}{{ gettext('Student profile not found ...')}}
{% endif %}