Back to Netbox

Location

netbox/templates/dcim/location.html

4.6.3176 B
Original Source

{% extends 'generic/object.html' %} {% block breadcrumbs %} {{ block.super }} {% for location in object.get_ancestors %}

  • {{ location|linkify }} {% endfor %} {% endblock %}