{% extends "base.html" %} {% load django_tables2 %} {% load static %} {% block extrahead %} {% endblock %} {% block body %}

Multiple tables on a single page using MultiTableMixin

Pagination should work independently for each table, the second table excludes the column 'country'.

{% for table in tables %}
{% render_table table %}
{% endfor %}
{% endblock %}