{% extends 'generic/object.html' %} {% load helpers %} {% load plugins %} {% load i18n %} {% block content %}
| {% trans "Fiber Cable" %} | {{ object.fiber_cable|linkify }} |
|---|---|
| {% trans "Buffer Tube" %} | {{ object.buffer_tube|linkify|placeholder }} |
| {% trans "Ribbon" %} | {{ object.ribbon|linkify|placeholder }} |
| {% trans "Name" %} | {{ object.name }} |
| {% trans "Position" %} | {{ object.position }} |
| {% trans "Color" %} | {% if object.color %} {{ object.color }} {% else %} {{ ''|placeholder }} {% endif %} |
| {% trans "Marker" %} | {% if object.marker_count %} {{ object.marker_count }}x {{ object.get_marker_type_display }} {% if object.marker_color %} {% endif %} {% else %} {{ ''|placeholder }} {% endif %} |
| {% trans "Front Port (A-side)" %} |
{% if object.front_port_a %}
{{ object.front_port_a|linkify }}
{% if object.front_port_a.device %}
{{ object.front_port_a.device|linkify }} {% endif %} {% else %} {{ ''|placeholder }} {% endif %} |
|---|---|
| {% trans "Front Port (B-side)" %} |
{% if object.front_port_b %}
{{ object.front_port_b|linkify }}
{% if object.front_port_b.device %}
{{ object.front_port_b.device|linkify }} {% endif %} {% else %} {{ ''|placeholder }} {% endif %} |