{% extends 'generic/object_retrieve.html' %} {% load helpers %} {% load django_tables2 %} {% block content_left_page %}
| Name | {{ object.name }} |
| Status | {{ object.status|hyperlinked_object_with_color }} |
| Role | {{ object.role|hyperlinked_object_with_color }} |
| Tenant | {{ object.tenant|hyperlinked_object|placeholder }} |
| Location | {{ object.location|hyperlinked_object }} |
| Rack Group | {{ object.rack_group|hyperlinked_object|placeholder }} |
| Rack | {{ object.rack|hyperlinked_object|placeholder }} |
| Protocol | {{ object.get_protocol_display|placeholder }} |
| Topology | {{ object.get_topology_display|placeholder }} |
| Cluster ID | {% if object.cluster_id %} {{ object.cluster_id }} {% else %} {{ object.cluster_id|placeholder }} {% endif %} |