| No | CLASSE | MATRICULE |
|
SEXE | DATE DE NAISSANCE | LIEU DE NAISSANCE |
|---|---|---|---|---|---|---|
| {{ loop.index}} | {{ std.classroom.name}} | {{ std.student.matricule }} | {{ std.student.lastname }} {{ std.student.firstname }} | {% if std.student.gender %} F {% else %} M {% endif %} | {% if std.student.birthday %} {{ std.student.birthday|date('d-m-Y') }} {% endif %} | {{ std.student.birthplace }} |