{% extends 'generic/object_detail.html' %} {% load helpers %} {% block content_left_page %}
Name | {{ object.name }} |
Type | {{ object.type|hyperlinked_object }} |
Group | {{ object.group|hyperlinked_object }} |
Tenant | {{ object.tenant|hyperlinked_object }} |
Site | {{ object.site|hyperlinked_object }} |
Location | {% include 'dcim/inc/location_hierarchy.html' with location=object.location %} |
Virtual Machines | {{ object.virtual_machines.count }} |