{% if data %}
Preview {% if rows > total_rows %} Showing {{ total_rows }} of {{ total_rows }} total rows. Download CSV (all rows) {% else %} First of {{ total_rows }} total rows. Download CSV {% endif %}
{% for h in headers %} {% endfor %} {% for row in data %} {% for i in row %} {% endfor %} {% endfor %}
{{ h }}
{{ i }}
{% endif %}