{% extends "base.html" %} {% block title %}My Courses | Student Portal{% endblock %} {% block nav_courses_student %}active{% endblock %} {% block content %}
{% if enrollment %} {{ enrollment.program.name }} {{ enrollment.program.get_level_display }} {% endif %}
{{ course.description }}
{% else %}No description provided for this course.
{% endif %} Open CourseYour program's curriculum is being set up. Check back soon or contact the admin.
{% endif %}Please contact administration if you believe this is an error.