{# @copyright Copyright (C) 2010-2020 Combodo SARL #} {# @license http://opensource.org/licenses/AGPL-3.0 #} {% apply spaceless %} {% if oUIBlock.GetParameter('bEmptySet') %}

{{ 'UI:NoObjectToDisplay'|dict_s }}

{% endif %} {% if oUIBlock.GetParameter('bNotAuthorized') %}

{{ 'UI:NoObjectToDisplay'|dict_s }}

{% endif %} {% if oUIBlock.GetParameter('bCreateNew') %}

{{ 'UI:ClickToCreateNew'|dict_format(oUIBlock.GetParameter('sClassName')) }}

{% endif %} {% for oSubBlock in oUIBlock.GetSubBlocks() %} {{ render_block(oSubBlock, {aPage: aPage}) }} {% endfor %} {% endapply %}