{# ── Flash messages ────────────────────────────────────────────────────────── #}
{% for type, messages in app.flashes(['success','error','warning','info']) %}
{% for msg in messages %}
{{ msg }}
{% endfor %}
{% endfor %}
{# ── Suivis en cours ───────────────────────────────────────────────────────── #}
En cours
{{ actifs|length }}
{% if actifs is empty %}
Aucun suivi individuel actif
{% if is_granted('ROLE_TENANT_GESTIONNAIRE') %}