mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-26 20:18:52 +02:00
8 lines
286 B
Twig
8 lines
286 B
Twig
{% if oUIBlock.GetSubBlocks() %}
|
|
<fieldset class="ibo-fieldset">
|
|
<legend class="ibo-fieldset-legend">{{ oUIBlock.GetLegend() }}</legend>
|
|
{% for oSubBlock in oUIBlock.GetSubBlocks() %}
|
|
{{ render_block(oSubBlock, {aPage: aPage}) }}
|
|
{% endfor %}
|
|
</fieldset>
|
|
{% endif %} |