mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 15:34:12 +01:00
13 lines
581 B
Twig
13 lines
581 B
Twig
{# @copyright Copyright (C) 2010-2025 Combodo SARL #}
|
|
{# @license http://opensource.org/licenses/AGPL-3.0 #}
|
|
|
|
{% UIContentBlock Standard { sId:"turbo_itop_profiler", aContainerClasses:['ibo-turbo-itop'] } %}
|
|
{% if aProfilesInfo is not empty %}
|
|
{% UIPanel Neutral { sTitle:'Debug' } %}
|
|
{% for aProfileInfo in aProfilesInfo %}
|
|
{% set aProfileData = aProfileInfo.aProfileData %}
|
|
{{ include(aProfileInfo.sTemplate) }}
|
|
{% endfor %}
|
|
{% EndUIPanel %}
|
|
{% endif %}
|
|
{% EndUIContentBlock %} |