{% load i18n %} {% load helpers %}
| {% trans "Status" %} | {{ cable.get_status_display }} |
|---|---|
| {% trans "Fiber Cable Type" %} | {{ fiber_cable.fiber_cable_type }} |
| {% trans "Fiber Type" %} | {{ cable.get_type_display }} |
| {% trans "Strand Count" %} | {{ fiber_cable.fiber_cable_type.strand_count }}F |
| {% trans "Length" %} | {{ cable.length }} {{ cable.get_length_unit_display }} |