{% 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 }}
{% fmt_cell row col formats %}
{% else %}
No rows. Try removing a filter.
{% endif %}
{% if total %} {{ total }} total row{{ total|pluralize }} {% if total_pages and total_pages > 1 %} — page {{ page }} of {{ total_pages }} {% endif %} {% else %} {{ results|length }} row{{ results|length|pluralize }} {% endif %} {% if total_pages and total_pages > 1 %}
{% endif %}