{# @copyright Copyright (C) 2010-2021 Combodo SARL #} {# @license http://opensource.org/licenses/AGPL-3.0 #} {% set columns = oUIBlock.GetColumns() %} {% for column in columns %} {% endfor %} {% for oRowBlock in oUIBlock.GetRows() %} {{ render_block(oRowBlock, {aPage: aPage}) }} {% endfor %}
{{ column.label|raw }}
{% if oUIBlock.HasRowActions() %} {{ render_block(oUIBlock.GetRowActionsTemplate()) }} {% endif %}