table.html 214 B

12345
  1. {# Render an HTML table element #}
  2. {% load render_table from django_tables2 %}
  3. {% render_table table 'inc/table_htmx.html' %}
  4. {% include 'inc/paginator_htmx.html' with paginator=table.paginator page=table.page %}