diff --git a/templates/application/forms/itop_debug.html.twig b/templates/application/forms/itop_debug.html.twig index a7e449cd94..9ecb2694d0 100644 --- a/templates/application/forms/itop_debug.html.twig +++ b/templates/application/forms/itop_debug.html.twig @@ -1,9 +1,25 @@ {# @copyright Copyright (C) 2010-2025 Combodo SARL #} {# @license http://opensource.org/licenses/AGPL-3.0 #} -
- {% for aProfileInfo in aProfilesInfo %} - {% set aProfileData = aProfileInfo.aProfileData %} - {{ include(aProfileInfo.sTemplate) }} - {% endfor %} -
\ No newline at end of file +{% if aProfilesInfo is not empty %} +
+
+
+
+
Debug
+
+
+
+
+
+
+
+
+ {% for aProfileInfo in aProfilesInfo %} + {% set aProfileData = aProfileInfo.aProfileData %} + {{ include(aProfileInfo.sTemplate) }} + {% endfor %} +
+
+
+{% endif %} \ No newline at end of file