{% for column in table.columns.names if column in table.columns.visible %}
{{ row[column] }}
{% endfor %}