From 813125a8716e7ed704ca8850c7052fba2804eacb Mon Sep 17 00:00:00 2001 From: Tykayn Date: Sat, 5 Jul 2025 17:22:37 +0200 Subject: [PATCH] =?UTF-8?q?bloc=20expliquant=20la=20compl=C3=A9tion=20sur?= =?UTF-8?q?=20la=20page=20de=20graphs=20followup?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/admin/followup_graph.html.twig | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/templates/admin/followup_graph.html.twig b/templates/admin/followup_graph.html.twig index a15077d..1d1d58c 100644 --- a/templates/admin/followup_graph.html.twig +++ b/templates/admin/followup_graph.html.twig @@ -35,6 +35,11 @@ Version embarquée + {% include 'admin/_followup_completion_tags.html.twig' with { + 'completion_tags': completion_tags, + 'followup_labels': followup_labels, + 'all_types': [type] + } %} {% endfor %}

Données brutes

@@ -59,11 +64,6 @@
Retour à la fiche ville -{% include 'admin/_followup_completion_tags.html.twig' with { - 'completion_tags': completion_tags, - 'followup_labels': followup_labels, - 'all_types': followup_labels|keys -} %} {% endblock %} {% block javascripts %}