{% load i18n %} {% load helpers %}
| {% trans "Device" %} | {{ port.device }} |
|---|---|
| {% trans "Type" %} | {{ port.get_type_display }} |
| {% trans "Strand Position" %} | {{ strand.position }} |
| {% trans "Strand Color" %} | {{ strand.color }} |
| {% trans "Tube" %} | {{ strand.buffer_tube.name }} |