mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
7 lines
288 B
Twig
7 lines
288 B
Twig
<fieldset class="ibo-fieldset">
|
|
<legend class="ibo-fieldset-legend">{{ oUIBlock.GetLegend() }}</legend>
|
|
<hr class="ibo-fieldset-legend-separator">
|
|
{% for oSubBlock in oUIBlock.GetSubBlocks() %}
|
|
{{ render_block(oSubBlock, {aPage: aPage}) }}
|
|
{% endfor %}
|
|
</fieldset> |