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

Optical Configurations

{% if config %}
{% for device in config %} {% if device.channels_number %} {%else%} {%endif%} {% if device.opticalconfig_id %} {%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 %}