{% load fusion_tags %} {% if results %} {% for col in columns %} {% endfor %} {% for row in results %} {% for col in columns %} {% endfor %} {% endfor %}
{{ col }}
{{ row|get_item:col }}

{{ results|length }} row{{ results|length|pluralize }}

{% else %}

No results.

{% endif %}