{% load fusion_tags %} {% if results %}
{% for col in columns %} {% endfor %} {% for row in results %} {% for col in columns %} {% endfor %} {% endfor %}
{{ headers|index:forloop.counter0|default:col }}
{{ row|get_item:col|default_if_none:"—" }}
{{ results|length }} row{{ results|length|pluralize }}
{% else %}

No rows. Try removing a filter.

{% endif %}