Alerta Switchboard

{% for switch in switches %} {% endfor %}
Switch nameDescriptionState
{{ switch.name }} {{ switch.description|safe }} {% if switch.state %} ON {% else %} OFF {% endif %}