{% extends 'ipam/prefix/base.html' %} {% load helpers %} {% block extra_controls %} {% include 'ipam/inc/toggle_available.html' %} {% if perms.ipam.add_prefix and first_available_prefix %} Add Prefix {% endif %} {{ block.super }} {% endblock %} {% block content %}
{% csrf_token %} {% include 'inc/table_controls_htmx.html' with table_modal="PrefixTable_config" %}
{% include 'htmx/table.html' %}
{% if perms.ipam.change_prefix %} {% endif %} {% if perms.ipam.delete_prefix %} {% endif %}
{% endblock %} {% block modals %} {% table_config_form table %} {% endblock modals %}