{% import "_includes/forms" as forms %} {% includeCssResource 'supertable/css/SuperTableInput.css' %} {% set columnSettings = [] %} {% if settings is defined and settings %} {% for col in settings.columns %} {% set columnSettings = columnSettings | merge([col]) %} {% endfor %} {% endif %}