{% for categorie, items in groupedTypes %} {% for type in items %} {% set row = rows[type.idtoken]|default({}) %} {% include '@Projet/convention/table/_table_suivi_contreparties_single_row.html.twig' with { type: type, row: row, convention: convention, statutLabels: statutLabels, statusScope: statusScope } %} {% endfor %} {% else %} {% endfor %}
Contreparties : {{ summary.total|default(0) }} | Réalisées : {{ summary.realise|default(0) }}
{% set progress = summary.progress|default(0) %}
{{ progress }}%
Statut Réalisation Actions
{{ categorie }}
Aucune contrepartie trouvée.