{% extends 'ipam/prefix/base.html' %} {% load helpers %} {% load static %} {% block buttons %} {% include 'ipam/inc/toggle_available.html' %} {% if request.user.is_authenticated and table_config_form %} {% endif %} {% if perms.ipam.add_prefix and active_tab == 'prefixes' and first_available_prefix %} Add Child Prefix {% endif %} {% if perms.ipam.add_ipaddress and active_tab == 'ip-addresses' and first_available_ip %} Add an IP Address {% endif %} {{ block.super }} {% endblock %} {% block content %}