{% load helpers %} {% load i18n %}
| {% trans "Ends" %} | {{ device }} ↔ {{ far_device }} |
|---|---|
| {% trans "Fiber Cable Type" %} | {{ fiber_cable_type }} |
| {% trans "Port type" %} | {{ port_type }} |
| {% trans "Label" %} | {{ cable_label|placeholder }} |
| {% trans "Status" %} | {{ cable_status|placeholder }} |
| {% trans "Will create, per device" %} | {% blocktrans with rps=rear_ports_per_device fps=strand_count %}{{ rps }} rear port(s), {{ fps }} front port(s){% endblocktrans %} |
| {% trans "Strands" %} | {{ strand_count }} |
| {% trans "Cable profile" %} |
{% if profile_key %}
{{ profile_key }}
{% else %}
{% trans "Not in registry -- tracing profile will not be set." %}
{% endif %}
|
| {% trans "Gland entries" %} | {% trans "One blank entry per closure (label them on the Fiber Overview tab)." %} |