{% for col in columns %} {% endfor %} {% for row in rows %} {% for col in columns %} {% endfor %} {% empty %} {% endfor %}
{{ col.label }} {% if sort_by == col.key %} {% if sort_desc %}▼{% else %}▲{% endif %} {% endif %}
{{ row|dictsort:col.key|first }}
No data
{% if total_pages > 1 %}
{{ page }} / {{ total_pages }}
{% endif %}