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

My Configurations

{% if config %} {% for device in config %} {% endfor %}
UUID Channels Number
{{device.opticalconfig_id.opticalconfig_uuid}} {{ device.channels_number }}
{% else %}

No devices found

{% endif %} {% endblock %}