{% load static %} {% load custom_tag %}
{{libelle}}
| 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}} |