{% extends 'netbox_device_groups/physical_cluster/base.html' %} {% load helpers %} {% load plugins %} {% block content %}
Device Group
Name {{ object.name }}
Type {{ object.cluster_type|linkify }}
Status {% badge object.get_status_display bg_color=object.get_status_color %}
Description {{ object.description|placeholder }}
Tenant {% if object.tenant.group %} {{ object.tenant.group|linkify }} / {% endif %} {{ object.tenant|linkify|placeholder }}
Site {{ object.site|linkify|placeholder }}
{% include 'inc/panels/custom_fields.html' %} {% include 'inc/panels/tags.html' %} {% plugin_right_page object %}
{% plugin_full_width_page object %}
{% endblock %}