{% extends 'base_course.html' %} {% block top_content %} {% endblock %} {% block navbar %} {% endblock %} {% block main_content %}

{# I18N: Shown when a student has asked to unenroll from a course. Followed by a course name. #} {{ gettext('Are you sure you want to unenroll from ') }} {{course_info.course.title}}?


{# I18N: Response option to 'Are you sure you want to unenroll from COURSE_NAME'? #} {{ gettext('No') }}
{% endblock %}