{% extends "base.html" %} {% block title %}Validation DIM{% endblock %} {% block sidebar %} {% for group_name, items in groups.items() %}
| # | Dossier | DP | Conf. DP | DAS | CPAM | Statut | Validateur |
|---|---|---|---|---|---|---|---|
| {{ loop.index }} | {{ item.group_name }} |
{{ item.dp_code or '—' }}
{% if item.dp_texte %}
{{ item.dp_texte[:50] }}{% if item.dp_texte|length > 50 %}…{% endif %} {% endif %} |
{{ item.dp_confidence | confidence_badge }} | {{ item.nb_das }} | {% if item.has_cpam %} CPAM {% endif %} | {% if item.statut == 'valide' %} Validé {% elif item.statut == 'en_cours' %} En cours {% else %} Non commencé {% endif %} | {{ item.validateur }} |
Aucun dossier sélectionné pour validation.
Lancez python scripts/select_validation_dossiers.py pour sélectionner les dossiers.