{% extends "base.html" %} {% load coursetags %} {% block content %}
Course Titles | Term | Instructor | Role | {% if add_privilege %}Actions | {% endif %}
{{course.title}} | {{course.info.termyear}} | {% if course.details.instructor %}{{course.details.instructor.value}}{% endif %} | {% course_role for request.user in course as foo %}{{foo}} | {% if add_privilege %}manage | {% endif %}