Suivi OSM — Demandes prioritaires
{% if is_admin %} + Nouveau dossier {% endif %}{{ dossiers|length }}
Total dossiers
{{ nb_prioritaires }}
Prioritaires
{{ dossiers|selectattr('etat','equalto',e)|list|length }}
{{ e }}
| Ref OSM | Date arrivée | Date envoi | Priorité | État | Collaborateur | Commentaire | Ancienneté | {% if is_admin %}Actions | {% endif %}
|---|---|---|---|---|---|---|---|---|
| {{ d.ref_osm }} | {{ d.date_arrivee }} | {{ d.date_envoi or '—' }} | {% if d.priorisation %} OUI {% else %} NON {% endif %} | {% if d.etat == 'Nouveau' %} {{ d.etat }} {% elif d.etat == 'Transféré pour étude' %} {{ d.etat }} {% elif d.etat == 'Faisabilité OK' %} {{ d.etat }} {% elif d.etat == 'Qualification IAV' %} {{ d.etat }} {% elif d.etat == 'Rejetée' %} {{ d.etat }} {% elif d.etat == 'Abandonnée par IAV' %} {{ d.etat }} {% else %} {{ d.etat }} {% endif %} | {{ d.collaborateur_nom or '—' }} | — | {% if is_admin %}✏️ | {% endif %}
Aucun dossier OSM. {% if is_admin %}Cliquez sur « + Nouveau dossier » pour commencer.{% endif %}
{% endif %}