{% load helpers %} {% load i18n %}
{% trans "WDM Circuits" %}
{% for svc in wdm_services %} {% endfor %}
{{ svc.name }} {% for path in svc.wavelength_paths.all %}{{ path }}{% if not forloop.last %}, {% endif %}{% empty %}—{% endfor %} {% if svc.status == "active" %} {{ svc.get_status_display }} {% elif svc.status == "staged" %} {{ svc.get_status_display }} {% elif svc.status == "planned" %} {{ svc.get_status_display }} {% else %} {{ svc.get_status_display }} {% endif %}