{% if connection %}
Optical Connection
{% if connection.interface_a.id == interface.id %} {% with remote_iface=connection.interface_z %} {% endwith %} {% else %} {% with remote_iface=connection.interface_a %} {% endwith %} {% endif %}
Connection {{ connection }}
Remote Device {{ remote_iface.device }}
Remote Interface {{ remote_iface }}
Remote Device {{ remote_iface.device }}
Remote Interface {{ remote_iface }}
{% endif %} {% if mux_mapping %}
Mux Wavelength Mapping
{% if mux_span %} {% endif %}
Wavelength {{ mux_mapping.wavelength.value }} nm
Span {{ mux_span }}
Mapping View mapping details
{% endif %}