{# Render an HTMX-enabled table with paginator #} {% load helpers %} {% load buttons %} {% load render_table from django_tables2 %} {% if request.htmx %} {# OOB Swaps to update various components #} {% applied_filters model filter_form request.GET %} {% endif %}