Files
iTop/templates/application/forms/turbo-ajax-update.html.twig
Eric Espie 1394edc111 N°8772 - Turbo WIP
N°8772 - Twig factorization
2025-10-29 13:59:35 +01:00

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 %}