{# @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 data in oUIBlock.GetData() %} {% for name,column in columns %} {% endfor %} {% endfor %}
{{ column.label }}
{{ cellValueHtml|raw }}
{% if oUIBlock.HasRowActions() %} {{ render_block(oUIBlock.GetRowActionsTemplate()) }} {% endif %}