{% extends 'generic/object.html' %} {% load helpers %} {% load plugins %} {% load i18n %} {% block content %}
| {% trans "Title" %} | {{ object.title }} |
|---|---|
| {% trans "Site" %} | {{ object.site|linkify }} |
| {% trans "Status" %} | {% badge object.get_status_display bg_color=object.get_status_color %} |
| {% trans "Summary" %} | {{ object.summary|placeholder }} |
| {% trans "Link" %} | {% if object.link %} {{ object.link }} {% else %} {{ ''|placeholder }} {% endif %} |
| {% trans "Group" %} | {{ object.group|linkify|placeholder }} |
| {% trans "Version" %} | v{{ object.version }} |
|---|---|
| {% trans "Based on" %} | {{ object.based_on|linkify|placeholder }} |
| {% trans "Sequence" %} | {{ object.sequence }} |
| {% trans "Depends on" %} |
{% with deps=object.depends_on.all %}
{% if deps %}
|
|---|---|
| {% trans "Required by" %} |
{% with rev=object.dependents.all %}
{% if rev %}
|
| {% trans "Rack" %} | {% trans "Site" %} | {% trans "Location" %} | {% trans "Actions" %} |
|---|---|---|---|
| {{ rack|linkify }} | {{ rack.site|linkify|placeholder }} | {{ rack.location|linkify|placeholder }} | {% trans "View elevation" %} {% if perms.netbox_rack_design.change_design %} {% trans "Edit layout" %} {% endif %} |
| {% trans "No racks in scope yet" %} | |||
| {% trans "Rack" %} | {% trans "Site" %} | {% trans "Actions" %} |
|---|---|---|
| {{ rack|linkify }} | {{ rack.site|linkify|placeholder }} | {% trans "View elevation" %} {% if perms.netbox_rack_design.change_design %} {% trans "Edit layout" %} {% endif %} |
| {% trans "No racks affected yet" %} | ||