diff --git a/templates/admin/followup_graph.html.twig b/templates/admin/followup_graph.html.twig index a15077d2..1d1d58ce 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 %}