{% extends "base.html" %} {% block content %}
Précision sur le zéro heure supp · Conformité aux directives
| # | Utilisateur | Score | Préc. zéro | Conformité | Écart moy. | Semaines | Jours |
|---|---|---|---|---|---|---|---|
| {% if loop.index == 1 %}1 {% elif loop.index == 2 %}2 {% elif loop.index == 3 %}3 {% else %}{{ loop.index }} {% endif %} | {{ u.display_name }} {% if u.user_id == current_user %}moi{% endif %} | {{ u.pct_zero if u.pct_zero is not none else '—' }}{% if u.pct_zero is not none %}%{% endif %} | {{ u.conf_pct if u.conf_pct is not none else '—' }}{% if u.conf_pct is not none %}%{% endif %} | {{ u.avg_delta }} | {{ u.n_semaines }} | {{ u.n_jours }} |