{% load static django_tableaux %}
{% if view.filterset_class and view.filter_style == 1 %}
{% include "django_tableaux/filter_toolbar.html" %}
{% endif %} {% if view.filter_pills and filters %}
{% include "django_tableaux/toolbar/_filter_pills.html" %}
{% endif %} {% 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/bootstrap4/render_table.html" %}