{% load django_tables2 %} {% load l10n %} {% for row in table.paginated_rows %} {% include "djangospice_table/table_row.html" %} {% empty %} {% include "djangospice_table/table_empty.html" %} {% endfor %}