{% load urltools %} {% for column in columns %} {{ column.title }} {% endfor %} {% if initial_data %} {% for row in rows %} {% for cell in row.cells %} {% endfor %} {% endfor %} {% else %} {% endif %}
{{ cell }}
{% block loading_message %}{{ loading_message }}{% endblock %}
Showing {{ paginator.from }} to {{ paginator.to }} of {{ total }} entries {% if prev_total %}(filtered from {{ prev_total }} total entries){% endif %}
{% if sql %}

SQL

{{ sql }}
{% endif %}