{% load static %} {% load custom_tag %}
ETUDIANTS AYANT VALIDER LE {% if get_semestre.libelle == 'Semestre 1' %} SEMESTRE 1 {% else %} SEMESTRE 2 {% endif %} EN SESSION 1
| NCE | NOMS & PRENOMS | SEXES | DATES DE NAISSANCE | MOYENNES | DECISIONS | |
|---|---|---|---|---|---|---|
| {{forloop.counter}} | {{etudiant.nce}} | {{etudiant}} | {% if etudiant.sexe %} {{etudiant.sexe}} {% else %} ? {% endif %} | {{etudiant.datenaiss|date:"d/m/Y"}} | {{etudiant|get_etudiant_moyenne_ue2:UeAnneeData|stringformat:".2f"}} | VALIDE(E) |