{% if not embed %}
{% endif %} {% for c_id, controller in monitor.controllers.items %} {% with on_air=controller.on_air %}
{% if not controller.connector.available %} disconnected {% endif %}

{{ controller.station.name }}

{% with source=controller.master %} {% include 'aircox_liquidsoap/base_source.html' %} {% endwith %} {% with source=controller.dealer %} {% include 'aircox_liquidsoap/base_source.html' %} {% endwith %} {% for source in controller.streams.values %} {% include 'aircox_liquidsoap/base_source.html' %} {% endfor %}
{% endwith %} {% endfor %} {% if not embed %}
{% endif %}