{% extends './base.html' %}
{% load helpers %}
{% load render_table from django_tables2 %}
{% load perms %}
{% block content %}
{% include 'inc/table_controls_htmx.html' with table_modal="PoolTable_config" %}
{% include '../inc/object_table.html' %}
{% endblock %}
{% block modals %}
{{ block.super }}
{% table_config_form table %}
{% endblock modals %}