{% extends 'ipam/prefix/base.html' %} {% block buttons %} {% include 'ipam/inc/toggle_available.html' %} {% 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 %}