{{ include('classroom/partials/reportcard_header.html.twig') }}
Matricule
Nom
Prenom
Moyenne
Decision
{% for std in reverse ? students|reverse : students %}
{{ std.matricule }}
{{ std.lastname }}
{{ std.firstname }}
{{ means[std.id] }}
{% endfor %}