{% extends 'ipam/iprange/base.html' %} {% load helpers %} {% block extra_controls %} {% if perms.ipam.add_ipaddress and active_tab == 'ip-addresses' and object.first_available_ip %} Add IP Address {% endif %} {% endblock %} {% block content %} {% include 'inc/table_controls_htmx.html' with table_modal="IPAddressTable_config" %}
{% csrf_token %}
{% include 'htmx/table.html' %}
{% if perms.ipam.change_ipaddress %} {% endif %} {% if perms.ipam.delete_ipaddress %} {% endif %}
{% endblock %} {% block modals %} {{ block.super }} {% table_config_form table %} {% endblock modals %}