mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
- Form SDK implementation - Basic Forms - Dynamics Forms - Basic Blocks + Data Model Block - Form Compilation - Turbo integration
13 lines
527 B
Twig
13 lines
527 B
Twig
{# @copyright Copyright (C) 2010-2025 Combodo SARL #}
|
|
{# @license http://opensource.org/licenses/AGPL-3.0 #}
|
|
|
|
{% UITurboStream Update { sTarget: "turbo_itop_profiler"} %}
|
|
{% if aProfilesInfo is not empty %}
|
|
{% UIPanel Neutral { sTitle:'Debug' } %}
|
|
{% for aProfileInfo in aProfilesInfo %}
|
|
{% set aProfileData = aProfileInfo.aProfileData %}
|
|
{{ include(aProfileInfo.sTemplate) }}
|
|
{% endfor %}
|
|
{% EndUIPanel %}
|
|
{% endif %}
|
|
{% EndUITurboStream %} |