{% load icons %} {% if title %}

{{ title }}

{% endif %} {% if csv_url %}
{% spaceless %} {% icon 'fugue-fugue-icon fugue-blue-document-excel-csv' %} Export result to CSV {% endspaceless %}
{% endif %} {% for th in header %} {% endfor %} {% for row in rows %} {% for td in row %} {% endfor %} {% endfor %}
{{ th }}
{{ forloop.counter }}.{{ td }}