{% import 'macros/form.html' as form %} {% block table_filters %}
{% endblock %} {% block table_global_filters %} {% if table.global_actions %}
{% endif %} {% endblock %} {% block table_actions %} {% if table.table_action_snippet %}
{% snippet table.table_action_snippet %}
{% endif %} {% endblock %} {% block table_container %}
{% snippet "tables/snippets/table_skeleton.html" %}
{% endblock %}