{# @copyright Copyright (C) 2010-2024 Combodo SAS #} {# @license http://opensource.org/licenses/AGPL-3.0 #} {% apply spaceless %} {% if oUIBlock.bEmptySet or oUIBlock.bNotAuthorized %}
{{ 'UI:NoObjectToDisplay'|dict_s }}
{% endif %} {# TODO 3.1: This section should be removed if BlockList is no longer used as is, but always with a table #} {% if oUIBlock.bCreateNew %}
{{ 'UI:ClickToCreateNew'|dict_format(oUIBlock.sClassLabel) }}
{% endif %} {% for oSubBlock in oUIBlock.GetSubBlocks() %} {{ render_block(oSubBlock, {aPage: aPage}) }} {% endfor %} {% endapply %}