mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-27 06:04:12 +01:00
11 lines
404 B
Twig
11 lines
404 B
Twig
{# @copyright Copyright (C) 2010-2025 Combodo SARL #}
|
|
{# @license http://opensource.org/licenses/AGPL-3.0 #}
|
|
|
|
<turbo-stream action="update" target="turbo_itop_profiler">
|
|
<template>
|
|
{% for aProfileInfo in aProfilesInfo %}
|
|
{% set aProfileData = aProfileInfo.aProfileData %}
|
|
{{ include(aProfileInfo.sTemplate) }}
|
|
{% endfor %}
|
|
</template>
|
|
</turbo-stream> |