diff --git a/templates/components/fieldset/layout.html.twig b/templates/components/fieldset/layout.html.twig index d6346530f..c3a0d4a22 100644 --- a/templates/components/fieldset/layout.html.twig +++ b/templates/components/fieldset/layout.html.twig @@ -1,7 +1,9 @@ +{% if oUIBlock.GetSubBlocks() %}
{{ oUIBlock.GetLegend() }}
{% for oSubBlock in oUIBlock.GetSubBlocks() %} {{ render_block(oSubBlock, {aPage: aPage}) }} {% endfor %} -
\ No newline at end of file + +{% endif %} \ No newline at end of file