{% extends "base.html" %} {% load coursetags %} {% block content %}
{% with "help_choose_course" as help_id %} {% with show_help as default_help_state %}

Select a Course {% include "help/help_button.html" %}

{% include "help/help_contentarea.html" %}
View courses for:
{% if add_privilege %}

Create new course

{% endif %} {% if add_privilege %} {% endif %} {% for course in object_list %} {% include 'courseaffils/course_row.html' %} {% empty %} You don't seem to be enrolled in any courses. Please ask an administrator if you think you should be. See your courses from previous years. {% endfor %}
Course Titles Term Instructor RoleActions
{% endwith %} {% endwith %}
{% endblock %}