diff --git a/templates/base/components/datatable/static/formtablerow/layout.html.twig b/templates/base/components/datatable/static/formtablerow/layout.html.twig index 7a8651a08..bc8d55809 100644 --- a/templates/base/components/datatable/static/formtablerow/layout.html.twig +++ b/templates/base/components/datatable/static/formtablerow/layout.html.twig @@ -1,10 +1,9 @@ {# @copyright Copyright (C) 2010-2021 Combodo SARL #} {# @license http://opensource.org/licenses/AGPL-3.0 #} - {% for colName,column in oUIBlock.GetColumns() %} @@ -20,5 +19,4 @@ {{ cellValueHtml|raw }} {% endfor %} - - + \ No newline at end of file