{% if oUIBlock.IsCollapsible() %}
{% endif %}
{% if oUIBlock.IsClosable() %}
{% endif %}
{% if oUIBlock.GetTitle() is not empty %}
{{ oUIBlock.GetTitle() }}
{% endif %}
{% if oUIBlock.GetSubBlocks() is not empty %}
{% for oSubBlock in oUIBlock.GetSubBlocks() %}
{{ render_block(oSubBlock, {aPage: aPage}) }}
{% endfor %}
{% endif %}