{% if responsive %}
{% endif %} {% for column in columns %} {% endfor %} {% for row in data %} {% for column in columns %} {% endfor %} {% endfor %}
{% if column_labels and column in column_labels %} {{ column_labels[column] }} {% else %} {{ column }} {% endif %}
{{ row.get(column, '') }}
{% if responsive %}
{% endif %}