mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-01 14:38:47 +02:00
10 lines
313 B
Twig
10 lines
313 B
Twig
{# @copyright Copyright (C) 2010-2025 Combodo SARL #}
|
|
{# @license http://opensource.org/licenses/AGPL-3.0 #}
|
|
|
|
{% for sId in form_diff %}
|
|
<turbo-stream action="update" target="block_{{ sId }}">
|
|
<template>
|
|
{{ form_row(form.(sId)) }}
|
|
</template>
|
|
</turbo-stream>
|
|
{% endfor %} |