{% load combo %} {% if json.data %} {% if json.data.dossier.DEMANDES.AD %} {% regroup json.data.dossier.DEMANDES.AD by ETAPE as demandes_by_etape %} {% for group in demandes_by_etape %} {% if group.grouper == "Décision" and group.list|length and group.list|length == json.data.dossier.DEMANDES.AD|length %} {% endif %} {% endfor %} {% endif %} {% endif %}