{% extends 'base.html' %} {% load buttons %} {% load custom_links %} {% load helpers %} {% load plugins %} {% block header %}
| Type | {{ cable.get_type_display }} | 
| Status | {{ cable.get_status_display }} | 
| Label | {{ cable.label|placeholder }} | 
| Color | {% if cable.color %} {% else %} — {% endif %} | 
| Length | {% if cable.length %} {{ cable.length }} {{ cable.get_length_unit_display }} {% else %} — {% endif %} |