{% if view.filterset_class and view.filter_style == 1 %}
{% include "django_tableaux/filter_toolbar.html" %}
{% endif %}
{% csrf_token %} {% if actions or buttons or table.column_states or view.filterset_class and view.filter_modal %}
{% include "django_tableaux/toolbar/main.html" %}
{% endif %}
{% include "django_tableaux/render_table_data.html" %}