{% extends 'generic/object.html' %} {% load buttons %} {% load helpers %} {% load perms %} {% load plugins %} {% block content %}
| Type | {{ object.get_type_display|placeholder }} | 
|---|---|
| Status | {% badge object.get_status_display bg_color=object.get_status_color %} | 
| Tenant | {% if object.tenant.group %} {{ object.tenant.group|linkify }} / {% endif %} {{ object.tenant|linkify|placeholder }} | 
| Label | {{ object.label|placeholder }} | 
| Color | {% if object.color %} {% else %} {{ ''|placeholder }} {% endif %} | 
| Length | {% if object.length %} {{ object.length|floatformat }} {{ object.get_length_unit_display }} {% else %} {{ ''|placeholder }} {% endif %} |