{% if user.role in ('super_admin','admin') %} 🏢 Clients 👥 Collab. ⚙️ {% if user.role == 'super_admin' %}📨 Invitations{% endif %} 📊 KPI {% endif %} {{ user.full_name }} Déconnexion

{{ projet.nom }}

{% if projet.numero_requete %}📋 {{ projet.numero_requete }} · {% endif %}{{ projet.total_sites }} sites · Créé le {{ projet.created_at[:10] }}
{{ STATUTS[projet.statut] }} {% if user.role in ('super_admin','admin') %} {% endif %}
{{ projet.total_sites }}
Sites
{{ collabs|sum(attribute='traites') }}
Traités
{{ collabs|length }}
Collaborateurs
{{ (collabs|sum(attribute='traites') / projet.total_sites * 100)|round(1) if projet.total_sites else 0 }}%
Avancement

Collaborateurs

{% for c in collabs %}
{{ c.collaborateur[0] }}
{{ c.collaborateur }}
{% if c.helico_cr %}HELICO/CR{% endif %}
{{ c.prevu_sites }}
Prévus
{{ c.traites }}
Traités
{{ (c.traites / c.prevu_sites * 100)|round(1) if c.prevu_sites else 0 }}%
Réalisé
{% endfor %} {% if user.role in ('super_admin','admin') %}
{% endif %}