{% load django_tables2 %} {% for column in table.columns %} {% endfor %} {% for row in table.paginated_rows %} {% for column, cell in row.items %} {% endfor %} {% endfor %}
{{ column.header }}
{{ cell }}