{% extends 'ipam/prefix/base.html' %} {% load helpers %} {% block extra_controls %} {% if perms.ipam.add_iprange and first_available_ip %} Add IP Range {% endif %} {% endblock %} {% block content %}
{% csrf_token %} {% include 'inc/table_controls_htmx.html' with table_modal="IPRangeTable_config" %}
{% include 'htmx/table.html' %}
{% if perms.ipam.change_iprange %} {% endif %} {% if perms.ipam.delete_iprange %} {% endif %}
{% table_config_form table %} {% endblock %}