{{ include('classroom/partials/header.html.twig') }}

LISTE DES ELEVES INSOLVABLES SELON LEUR CLASSE

En date du {{ "now"|date("d-m-Y") }}
{% for std in students %} {% endfor %}
No CLASSE MATRICULE NOMS ET PRENOMS 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 }}