{% extends 'modules/course_explorer/views/base_explorer.html' %} {% block top_content %} {% endblock %} {% block main_content %}

{% if not courses %} {# I18N: Shown to the student on the page that shows his/her list of courses, when he/she is not enrolled in courses. #} {{ gettext('You are not currently enrolled in any courses.') }} {% endif %} {% if can_enroll_more_courses %} {# I18N: Shown to the student on the page that shows his/her list of courses, when he/she wants to view all courses. #} {{ gettext('View course list.') }} {% endif %}

{% endblock %}