{% if oUIBlock.GetSubBlocks() %}
{{ oUIBlock.GetLegend()| raw }} {% for oSubBlock in oUIBlock.GetSubBlocks() %} {{ render_block(oSubBlock, {aPage: aPage}) }} {% endfor %}
{% endif %}