| N° | MATRICULE |
|
{% if(room.level.cycle.section.name=="Francophone") %} SEXE {% else %} GENDER {% endif %} | {% if(room.level.cycle.section.name=="Francophone") %} DATE DE NAISSANCE {% else %} BIRTH DATE {% endif %} | {% if(room.level.cycle.section.name=="Francophone") %} LIEU DE NAISSANCE {% else %} PLACE OF BIRTH {% endif %} |
|---|---|---|---|---|---|
| {{ loop.index }} | {{ std.matricule }} | {{ std.lastname }} {{ std.firstname }} | {% if std.gender %} F {% else %} M {% endif %} | {% if std.birthday %} {{ std.birthday|date('d-m-Y') }} {% endif %} | {{ std.birthplace }} |