{% extends 'netbox_loadbalancer_tab_view/pool_tab_base.html' %} {% load helpers %} {% load render_table from django_tables2 %} {% block content %} {% include 'inc/table_controls_htmx.html' with table_modal="F5NodeTable_config" %}
{% csrf_token %}
{% include 'htmx/table.html' %}
{% endblock content %} {% block modals %} {{ block.super }} {% table_config_form table %} {% endblock modals %}