{% load static %} {% load custom_tag %} {{title}} {{get_annee}} SESSION 1 {{get_semestre}} {{get_niveau}} {{get_ue.code}} {{UFR.code}}


UFR: {{UFR}}
ANNEE UNIVERSITAIRE: {{get_annee}}
NIVEAU: {{get_niveau}}
{% if get_semestre.libelle == 'Semestre 1' %} SEMESTRE 1 {% else %} SEMESTRE 2 {% endif %}
PROCES-VERBAL DE DELIBERATIONS

{{libelle}}

{% for item in datas_etudiant2 %} {% endfor %}
NCE NOMS & PRENOMS SEXES DATES DE NAISSANCE MOYENNES DECISIONS
{{forloop.counter}} {{item.0.nce}} {{item.0}} {% if item.0.sexe %} {{item.0.sexe}} {% else %} ? {% endif %} {{item.0.datenaiss|date:"d/m/Y"}} {{item.1|stringformat:".2f"}} {{item.2}}