Back to Netbox

Manufacturer

netbox/templates/dcim/manufacturer.html

4.6.0523 B
Original Source

{% extends 'generic/object.html' %} {% load i18n %} {% block extra_controls %} {% if perms.dcim.add_devicetype or perms.dcim.add_moduletype %}

{% trans "Add" %} {% if perms.dcim.add_devicetype %} - {% trans "Add Device Type" %} {% endif %} {% if perms.dcim.add_moduletype %} - {% trans "Add Module Type" %} {% endif %}

{% endif %} {% endblock extra_controls %}