{# The tabs region: nav + the active tab's filter form + table. Tab clicks swap #} {# this whole region so the nav's active state stays in step with the content. #} {% load crispy_forms_tags %} {# Filter form: id="filter-form" is referenced by the table's hx-include attrs; #} {# request.path keeps filtering and Clear Filters scoped to the active tab #}
{% crispy filter.form %}
{# Progress indicator shown during htmx requests #}
{# The hx-target for sorting/pagination/filtering partial refreshes #}
{% include 'tom_nonlocalizedevents/partials/nonlocalizedevent_table_partial.html' %}