Back to Netbox

Prefixes

netbox/templates/ipam/aggregate/prefixes.html

4.6.9444 B
Original Source

{% extends 'generic/object_children.html' %} {% load i18n %} {% block extra_controls %} {% include 'ipam/inc/toggle_available.html' %} {% include 'ipam/inc/max_depth.html' %} {% include 'ipam/inc/max_length.html' %} {% if perms.ipam.add_prefix and first_available_prefix %} {% trans "Add Prefix" %} {% endif %} {{ block.super }} {% endblock extra_controls %}