{% load static django_tableaux %}
{% if view.has_filter_toolbar %} {% include templates.toolbar_filter %} {% endif %} {% if view.filter_pills and filters %}
{% include templates.tb_filter_pills %}
{% endif %} {% if actions or buttons or table.column_states or view.filterset_class and view.filter_modal %}
{% include templates.toolbar_main %}
{% endif %} {% include templates.render_table %}