Grades for {{course}}, {{term}} term.
{% for cell in rows[0] %}
{{cell}}
{% endfor %}
{% for row in rows[1:] %}
{% for cell in row %}
{{cell}}
{% endfor %}
{% endfor %}