{{data.html_header}}
{% for header in data.headers %} {% for col in header %} {% if 'remove' in col.keys() and col['remove']==1 %} {% else %} {% endif %} {% endfor %} {% endfor %} {% for row in data.data %} {% for col in row %} {% endfor %} {% endfor %} {% for col in data.data[0] %} {% endfor %}
{{ col['value'] }}
{{ col['value'] or '' }}