{% load django_tables2 %}

Multiple tables using MultiTableMixin

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