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

Projets

{% if is_admin %} {% endif %}
{% if is_admin %}{% endif %} {% for p in projets %} {% if is_admin %} {% endif %} {% endfor %}
DateProjetN° RequêteSites CollaborateursStatutTraités
{{ p.projet.created_at[:10] }} {{ p.projet.nom }} {{ p.projet.numero_requete or '—' }} {{ p.projet.total_sites }} {% for c in p.collaborateurs %} {{ c.collaborateur }} {{ c.traites }}/{{ c.prevu_sites }} {% endfor %} {{ STATUTS[p.projet.statut] }} {{ p.projet.total_traites }}
{% if not projets %}

Aucun projet. Cliquez sur « + Nouveau projet » pour commencer.

{% endif %}