{% load i18n %} {% load helpers %}
| {% trans "Plan Status" %} | {{ splice_entry.plan.get_status_display }} |
|---|---|
| {% trans "Tray" %} | {{ splice_entry.tray.name }} |
| {% trans "Fiber A" %} | {{ splice_entry.fiber_a }} |
| {% trans "Fiber B" %} | {{ splice_entry.fiber_b }} |
| {% trans "Type" %} | {% if splice_entry.is_express %}{% trans "Express" %}{% else %}{% trans "Fusion" %}{% endif %} |