{% extends '_base.html' %} {% load helpers %} {% load render_table from django_tables2 %} {% block title %}{{ rack.site }} - Rack {{ rack.name }}{% endblock %} {% block content %}
Site | {% if rack.site.region %} {{ rack.site.region }} {% endif %} {{ rack.site }} |
Group | {% if rack.group %} {{ rack.group.name }} {% else %} None {% endif %} |
Facility ID | {% if rack.facility_id %} {{ rack.facility_id }} {% else %} N/A {% endif %} |
Tenant | {% if rack.tenant %} {% if rack.tenant.group %} {{ rack.tenant.group.name }} {% endif %} {{ rack.tenant }} {% else %} None {% endif %} |
Role | {% if rack.role %} {{ rack.role }} {% else %} None {% endif %} |
Type | {% if rack.type %} {{ rack.get_type_display }} {% else %} None {% endif %} |
Width | {{ rack.get_width_display }} |
Height | {{ rack.u_height }}U ({% if rack.desc_units %}descending{% else %}ascending{% endif %}) |
Devices | {{ rack.devices.count }} |
Name | Role | Type | Parent |
---|---|---|---|
{{ device.name }} | {{ device.device_role }} | {{ device.device_type.full_name }} | {% if device.parent_bay %} {{ device.parent_bay }} {% else %} N/A {% endif %} |