{% load static %} {% load custom_tag %} Resultat_UE{{ ue.code }}

UFR: {{ue.ufr.libelle}}
ANNEE UNIVERSITAIRE: {{annee}}
{{ue.niveau}}
{{ue.semestre}} - Session 1
UE: ({{ue.code}}) {{ue.libelle}}


RESULTAT UE: ({{ue.code}}) {{ue.libelle}}

{% for item in zip_list %} {% endfor %}
NCE NOMS ET PRENOMS MOYENNE DELIBERATION MENTION
{{ forloop.counter }} {{ item.0.nce }}  {{ item.0 }} {{ item.1 |stringformat:".2f"}} {{ item.2 }} {{ item.3 }}