centralisation des tags de complétion par thème

This commit is contained in:
Tykayn 2025-07-05 17:21:18 +02:00 committed by tykayn
parent 6cfb2f0958
commit c7e4f4e6a2
7 changed files with 433 additions and 184 deletions

View file

@ -59,6 +59,11 @@
</table>
<a href="{{ path('app_admin_stats', {'insee_code': stats.zone}) }}" class="btn btn-secondary mt-3"><i class="bi bi-arrow-left"></i> Retour à la fiche ville</a>
</div>
{% include 'admin/_followup_completion_tags.html.twig' with {
'completion_tags': completion_tags,
'followup_labels': followup_labels,
'all_types': followup_labels|keys
} %}
{% endblock %}
{% block javascripts %}