{% load static %} {% load custom_tag %}
RESULTAT UE: ({{ue.code}}) {{ue.libelle}}
| NCE | NOMS ET PRENOMS | MOYENNE | DELIBERATION | MENTION | {% for item in zip_list %}|
|---|---|---|---|---|---|
| {{ forloop.counter }} | {{ item.0.nce }} | {{ item.0 }} | {{ item.1 |stringformat:".2f"}} | {{ item.2 }} | {{ item.3 }} |