NetBox
{% if perms.dcim.add_site %}
Sites
Sites
Add a Site
Import Sites
{% else %}
Sites
{% endif %}
Racks
Racks
{% if perms.dcim.add_rack %}
Add a Rack
Import Racks
{% endif %} {% if perms.dcim.add_rack or perms.dcim.add_rackgroup %}
{% endif %}
Rack Groups
{% if perms.dcim.add_rackgroup %}
Add a Rack Group
{% endif %}
Devices
Devices
{% if perms.dcim.add_device %}
Add a Device
Import Devices
{% endif %} {% if perms.ipam.add_device or perms.ipam.add_devicetype %}
{% endif %}
Device Types
{% if perms.dcim.add_devicetype %}
Add a Device Type
{% endif %} {% if perms.ipam.add_devicetype or perms.ipam.add_devicerole %}
{% endif %}
Device Roles
{% if perms.dcim.add_devicerole %}
Add a Device Role
{% endif %}
Manufacturers
{% if perms.dcim.add_manufacturer %}
Add a Manufacturer
{% endif %}
Platforms
{% if perms.dcim.add_platform %}
Add a Platform
{% endif %}
Connections
Console Connections
{% if perms.dcim.change_consoleport %}
Import Console Connections
{% endif %} {% if perms.ipam.change_consoleport or perms.ipam.change_powerport %}
{% endif %}
Power Connections
{% if perms.dcim.change_powerport %}
Import Power Connections
{% endif %} {% if perms.ipam.change_powerport or perms.ipam.add_interfaceconnection %}
{% endif %}
Interface Connections
{% if perms.dcim.add_interfaceconnection %}
Import Interface Connections
{% endif %}
IP Space
IP Addresses
{% if perms.ipam.add_ipaddress %}
Add an IP
Import IPs
{% endif %} {% if perms.ipam.add_ipaddress or perms.ipam.add_prefix %}
{% endif %}
Prefixes
{% if perms.ipam.add_prefix %}
Add a Prefix
Import Prefixes
{% endif %} {% if perms.ipam.add_prefix or perms.ipam.add_aggregate %}
{% endif %}
Aggregates
{% if perms.ipam.add_aggregate %}
Add an Aggregate
Import Aggregates
{% endif %} {% if perms.ipam.add_aggregate or perms.ipam.add_vrf %}
{% endif %}
VRFs
{% if perms.ipam.add_vrf %}
Add a VRF
Import VRFs
{% endif %}
RIRs
{% if perms.ipam.add_rir %}
Add a RIR
{% endif %}
{% if perms.ipam.add_vlan %}
VLANs
VLANs
Add a VLAN
Import VLANs
{% else %}
VLANs
{% endif %}
Circuits
Providers
{% if perms.circuits.add_provider %}
Add a Provider
Import Providers
{% endif %} {% if perms.circuits.add_circuit or perms.circuits.add_provider %}
{% endif %}
Circuits
{% if perms.circuits.add_circuit %}
Add a Circuit
Import Circuits
{% endif %} {% if perms.circuits.add_circuit or perms.circuits.add_circuittype %}
{% endif %}
Circuit Types
{% if perms.circuits.add_circuittype %}
Add a Circuit Type
{% endif %}
{% if request.user.is_authenticated %}
Secrets
Secrets
{% if perms.secrets.add_secret %}
Import Secrets
{% endif %}
Secret Roles
{% if perms.secrets.add_secretrole %}
Add a Secret Role
{% endif %}
{% endif %}
{% if request.user.is_staff %}
Admin
{% endif %} {% if request.user.is_authenticated %}
Profile
Log out
{% else %}
Log in
{% endif %}
{% if settings.MAINTENANCE_MODE %}
Maintenance Mode
The application is currently in maintenance mode.
{% endif %} {% for message in messages %}
×
{{ message|safe }}
{% endfor %} {% block content %}{% endblock %}
{% block javascript %}{% endblock %}