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 %}