From 33c03f9493af34b8bf8693a17d70dba639948259 Mon Sep 17 00:00:00 2001 From: Benjamin Dalsass Date: Fri, 24 Oct 2025 09:29:53 +0200 Subject: [PATCH] =?UTF-8?q?N=C2=B08771=20-=20Add=20Symfony=20form=20compon?= =?UTF-8?q?ent=20to=20iTop=20core=20-=20IO=20debug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../application/forms/itop_console_layout.html.twig | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/templates/application/forms/itop_console_layout.html.twig b/templates/application/forms/itop_console_layout.html.twig index 068395b7d9..5989c490d6 100644 --- a/templates/application/forms/itop_console_layout.html.twig +++ b/templates/application/forms/itop_console_layout.html.twig @@ -27,7 +27,18 @@ {{- parent() -}} {% if form_block is defined %} {% for output in form_block.GetOutputs() %} - {% if output.HasValues %}{{ output.name }} {% for t,v in output.GetValues %} {{ t }} = {{ v }} {% endfor %} {% endif %} + {% else %} Aucun output {% endfor %}