{% extends 'generic/object.html' %} {% load helpers %} {% load static %} {% block content %} {% include 'inc/table_controls_htmx.html' with table_modal="NATPoolMembers_config" %}
{% csrf_token %}
{% include 'htmx/table.html' %}
{% endblock %} {% block modals %} {{ block.super }} {% table_config_form table table_name="NATPoolMembers"%} {% endblock %}