{% extends 'generic/object_retrieve.html' %} {% load helpers %} {% load django_tables2 %} {% block content_left_page %}
| Name | {{ object.name }} |
| Status | {{ object.status|hyperlinked_object_with_color }} |
| Protocol | {{ object.get_protocol_display|placeholder }} |
| Role | {{ object.role|hyperlinked_object_with_color|placeholder }} |
| Location | {{ object.location|hyperlinked_object }} |
| Dynamic Group | {{ object.dynamic_group|hyperlinked_object|placeholder }} |
| Total Devices | {{ object.device_count }} |