{# tom_common/templates/tom_common/bootstrap_htmx.html #}
{# Extends the default django-tables2 bootstrap4 template with HTMX attributes #}
{# for sorting (column headers) and pagination (page links). #}
{% extends "django_tables2/bootstrap4.html" %}
{% load django_tables2 %}
{% load i18n %}
{% block table.thead %}
{% if table.show_header %}
{% for column in table.columns %}
{% endif %}
{% endblock table.thead %}
{# Pagination block overrides #}
{% block pagination.previous %}
{{ column.header }}
{% endfor %}