{% import 'macros/form.html' as form %} {% from 'tables/macros/filter_item.html' import filter_item %} {% block table_control %}
{% block table_filters %} {% snippet "tables/snippets/table_filters_modal.html", table=table %}
{% endblock %} {% block table_global_filters %} {% if table.bulk_actions %} {% endif %} {% endblock %} {% block table_actions %} {% if table.table_actions %} {% endif %} {% endblock %} {% block table_exporters %} {% if table.exporters %} {% endif %} {% endblock %} {% block table_refresh %} {% endblock %}
{% endblock table_control %} {% block table_container %}
{% snippet "tables/snippets/table_skeleton.html" %}
{% endblock %}