{% extends 'ipam/prefix/base.html' %} {% load helpers %} {% load static %} {% 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 %}
{% include 'inc/table_controls.html' with table_modal="PrefixDetailTable_config" %} {% include 'utilities/obj_table.html' with heading='Child Prefixes' bulk_edit_url='ipam:prefix_bulk_edit' bulk_delete_url='ipam:prefix_bulk_delete' parent=prefix %}
{% table_config_form table table_name="PrefixDetailTable" %} {% endblock %}