{# @copyright Copyright (C) 2010-2021 Combodo SARL #} {# @license http://opensource.org/licenses/AGPL-3.0 #} {% for colName,column in oUIBlock.GetColumns() %} {% set cellValueHtml = '' %} {% for cellName,cellValue in oUIBlock.GetData() %} {% if cellName == colName %} {% set cellValueHtml = cellValue %} {% endif %} {% endfor %} {% if cellValueHtml is empty %} {% set cellValueHtml = ' ' %} {% endif %} {{ cellValueHtml|raw }} {% endfor %}