{% extends 'generic/object.html' %} {% load helpers %} {% load plugins %} {% load i18n %} {% block content %}
{% trans "WDM Channel" %}
{% trans "WDM Node" %} {{ object.wdm_node|linkify }}
{% trans "Grid Position" %} {{ object.grid_position }}
{% trans "Label" %} {{ object.label }}
{% trans "Wavelength (nm)" %} {{ object.wavelength_nm }}
{% trans "MUX Front Port" %} {% if object.mux_front_port %}{{ object.mux_front_port|linkify }}{% else %}—{% endif %}
{% trans "DEMUX Front Port" %} {% if object.demux_front_port %}{{ object.demux_front_port|linkify }}{% else %}—{% endif %}
{% trans "Status" %} {{ object.get_status_display }}
{% include 'inc/panels/tags.html' %} {% include 'inc/panels/custom_fields.html' %}
{% plugin_full_width_page object %} {% endblock %}