{% if search %} {% endif %} {% if loading %}
{% else %} {% if selectable %} {% endif %} {% for col in columns %} {{ col.label }} {% if sort_by == col.key %} {% if sort_desc %}↓{% else %}↑{% endif %} {% endif %} {% endfor %} {% for row in rows %} {% if selectable %} {% endif %} {% for col in columns %} {% endfor %} {% empty %} {% endfor %}
{{ row|dictsort:col.key|first }}
{% if empty_icon %}
{{ empty_icon }}
{% endif %}

{{ empty_title|default:"No data" }}

{% if empty_description %}

{{ empty_description }}

{% endif %}
{% if paginate and total_pages > 1 %} {% elif total_pages > 1 %} {# Backward-compatible pagination using prev_event/next_event #}
{{ page }} / {{ total_pages }}
{% endif %} {% endif %}