{# Render a table that contains a formset #} {% load django_tables2 %}
{% csrf_token %}
{% render_table table %}
{{ formset.management_form }}