Optical Config {% extends 'base.html' %} {% block content %}

My Configurations

{% if config %} {% for device in config %} {% if device.type == 'optical-transponder'%} {%else%} {%endif%} {% endfor %}
UUID Device Name Device Type Channels Number
{{device.opticalconfig_id.opticalconfig_uuid}} {{device.device_name}} {{device.type}}{{ device.channels_number }}__
{% else %}

No devices found

{% endif %} {% endblock %}