{% extends 'ipam/prefix/base.html' %} {% load helpers %} {% load static %} {% block extra_controls %} {% if perms.ipam.add_ipaddress and active_tab == 'ip-addresses' and first_available_ip %} Add IP Address {% endif %} {% endblock %} {% block content %}
{% include 'inc/table_controls.html' with table_modal="IPAddressTable_config" %} {% include 'utilities/obj_table.html' with heading='IP Addresses' bulk_edit_url='ipam:ipaddress_bulk_edit' bulk_delete_url='ipam:ipaddress_bulk_delete' %}
{% table_config_form table table_name="IPAddressTable" %} {% endblock %}