{% load tri_tables %} {% if filter_form %}
{{ filter_form|as_compact }}
{% endif %} {% if bulk_form %}
{% csrf_token %} {% endif %} {% if not table.data and empty_message %} {{ empty_message }} {% else %} {% include "tri_tables/table.html" %} {% endif %} {% if bulk_form %} {{ bulk_form }}
{% endif %} {% include "tri_tables/links.html" %}