Optical Connections
{% if connections %} {% for connection in connections %} {% if connection.interface_a.device == device %} {% else %} {% endif %} {% endfor %}
Interface Wavelength Remote Device Remote Interface Span
{{ connection.interface_a }} {% if connection.wavelength %} {{ connection.wavelength.value }} nm {% else %} - {% endif %} {% if connection.interface_z.device %} {{ connection.interface_z.device }} {% else %} - {% endif %} {% if connection.interface_z %} {{ connection.interface_z }} {% else %} - {% endif %} {{ connection.interface_z }} {% if connection.wavelength %} {{ connection.wavelength.value }} nm {% else %} - {% endif %} {% if connection.interface_a.device %} {{ connection.interface_a.device }} {% else %} - {% endif %} {% if connection.interface_a %} {{ connection.interface_a }} {% else %} - {% endif %} {% if connection.span %} {{ connection.span }} {% else %} - {% endif %}
{% else %}

No optical connections found for this device.

{% endif %}