{% extends 'base/layout.html' %} {% load render_table from django_tables2 %} {% block tabs %} {% endblock tabs %} {% block content-wrapper %}
{% include 'htmx/table.html' %}
{# Filter form #} {% if filter_form %}
{% include 'inc/filter_list.html' %}
{% endif %}
{% endblock content-wrapper %}