{% for oSubBlock in oUIBlock.GetSubBlocks() %}{{ render_block(oSubBlock, {aPage: aPage}) }}{% endfor %} {% if oUIBlock.GetOptions("select_mode") is not empty %}
{% if oUIBlock.GetAjaxData("extra_params") is not empty %} {% endif %} {% if oUIBlock.GetAjaxData("filter") is not empty %} {% endif %} {% endif %} {% if oUIBlock.GetOption("select_mode") is not empty %} {% endif %} {% for aColumn in oUIBlock.GetDisplayColumns() %} {% endfor %} {% if oUIBlock.HasRowActions() %} {% endif %}
{{ aColumn["attribute_label"] }} {{ 'UI:Datatables:Column:RowActions:Label'|dict_s }}
{% if oUIBlock.HasRowActions() %} {{ render_block(oUIBlock.GetRowActionsTemplate()) }} {% endif %}