{% if is_admin %} 🏢 Clients 👥 Collab. ⚙️ 📊 KPI {% endif %} {{ user.full_name }} Déconnexion

Suivi OSM — Demandes prioritaires

{% if is_admin %} + Nouveau dossier {% endif %}
{{ dossiers|length }}
Total dossiers
{{ nb_prioritaires }}
Prioritaires
{% for e in etats %}
{{ dossiers|selectattr('etat','equalto',e)|list|length }}
{{ e }}
{% endfor %}
{% if dossiers %} {% if is_admin %}{% endif %} {% for d in dossiers %} {% if is_admin %} {% endif %} {% endfor %}
Ref OSM Date arrivée Date envoi Priorité État Collaborateur Commentaire AnciennetéActions
{{ 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 '—' }} {{ d.commentaire or '—' }} ✏️
{% else %}

Aucun dossier OSM. {% if is_admin %}Cliquez sur « + Nouveau dossier » pour commencer.{% endif %}

{% endif %}