bloc expliquant la complétion sur la page de graphs followup

This commit is contained in:
Tykayn 2025-07-05 17:22:37 +02:00 committed by tykayn
parent c7e4f4e6a2
commit 813125a871

View file

@ -35,6 +35,11 @@
<i class="bi bi-code-slash"></i> Version embarquée
</a>
</div>
{% include 'admin/_followup_completion_tags.html.twig' with {
'completion_tags': completion_tags,
'followup_labels': followup_labels,
'all_types': [type]
} %}
{% endfor %}
<h2 class="mt-4">Données brutes</h2>
<table class="table table-bordered table-striped">
@ -59,11 +64,6 @@
</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 %}