mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-29 21:48:45 +02:00
10 lines
386 B
Twig
10 lines
386 B
Twig
{# @copyright Copyright (C) 2010-2025 Combodo SARL #}
|
|
{# @license http://opensource.org/licenses/AGPL-3.0 #}
|
|
|
|
{% for sBlockIdentifier, oBlockToRedraw in blocks_to_redraw %}
|
|
{% UITurboUpdate Standard { sTarget: "turbo_" ~ sBlockIdentifier} %}
|
|
{% if oBlockToRedraw is not null %}
|
|
{{ form_row(oBlockToRedraw) }}
|
|
{% endif %}
|
|
{% EndUITurboUpdate %}
|
|
{% endfor %} |