{% for col in columns %} {% endfor %} {% for idx, row in rows %} {% for col in columns %} {% endfor %} {% endfor %}
{{ col }}
{% if display_index and col == '#' %} {{ idx }} {% else %} {% set value = row[col]['value'] %} {% set dtype = row[col]['dtype'] %} {% if dtype == 'image' %}
{{ col }}
{% else %}
{{ value }}
{% endif %} {% endif %}