{% 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" %} {% comment %}{% endcomment %}
Viewing courses for {% if not list_all_link %} this year. View previous years. {% else %} all years. View this year only. {% endif %}
{% if add_privilege %}

Create new course

{% endif %} {% if add_privilege %} {% endif %} {% for course in courses %} {% if add_privilege %} {% endif %} {% endfor %}
Course Titles Term Instructor RoleActions
{{course.title}} {{course.info.termyear}} {% if course.details.instructor %}{{course.details.instructor.value}}{% endif %} {% course_role for request.user in course as foo %}{{foo}} manage
{% endwith %} {% endwith %}
{% endblock %}