- {{ sProfilerContent|raw }}
+ {% for aProfileInfo in aProfilesInfo %}
+ {% set aProfileData = aProfileInfo.aProfileData %}
+ {{ include(aProfileInfo.sTemplate) }}
+ {% endfor %}
\ No newline at end of file
diff --git a/templates/application/forms/itop_debug_update.html.twig b/templates/application/forms/itop_debug_update.html.twig
index 5aceb8a0f6..f1f099c87f 100644
--- a/templates/application/forms/itop_debug_update.html.twig
+++ b/templates/application/forms/itop_debug_update.html.twig
@@ -3,6 +3,9 @@