{# grades.html #} {% extends "layout/base.html" %} {% block title %}Mes notes | Antinote{% endblock %} {% block main %}

Mes notes

{% for matiere, notes in grades.items() %} {% for note in notes %} {% endfor %} {% endfor %}
{{ matiere }}
{{ note[1] }} {{ note[4] }}/{{ note[5] }} coeff. {{ note[3] }}
{% endblock %}