Projets
{% if is_admin %} {% endif %}| Date | Projet | N° Requête | Sites | Collaborateurs | Statut | Traités | {% if is_admin %}{% endif %} |
|---|---|---|---|---|---|---|---|
| {{ 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 is_admin %}{% endif %} |
Aucun projet. Cliquez sur « + Nouveau projet » pour commencer.
{% endif %}