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

UFR: {{ ue.ufr.libelle }}

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

{% for item in zip_list %} {% endfor %}
NCE Nom Prénoms Moy. UE Délibér. Mention
{{ forloop.counter }} {{ item.0.nce }} {{ item.0.nom }} {{ item.0.prenoms }} {{ item.1 |stringformat:".2f"}} {{ item.2 }} {{ item.3 }}