{% for h in csv.header %} {% endfor %} {% for row in csv.rows %} {% for item in row %} {% endfor %} {% endfor %}
{{ h }}
{{ item }}