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