{{ course.name }}
{{ course.num_credits }}
credits
{% if avg %}
Average Course Rating
{% endif %}
{% if course.description %}
{{ course.description }}
{% else %}No description found.
{% endif %}
{% if evals and evals|length > 1 %}
{% endfor %}
{% else %}
{% for e in evals %}
{% endfor %}
{% elif evals %}
{% for e in evals %}
{{ e.year }}
{{ e.year }}
Professor: {{ e.professor }}
{{ e.summary|linebreaks }}
No Course Evaluations found
{% endif %}
{% if lectures %}
{% endif %}
{% if tutorials %}
{% endfor %}
{% endif %}
{% if practicals %}
{% endfor %}
{% endif %}
Lecture Sections
{% for l in lectures %} {% if l %}
{% if l.0.meeting_section %}
{% endif %}
{% endfor %}