{% load i18n %}
{% for station in stations %}

{{ station.name }}

{% for source in station.all_sources %} {% if source.controller.current_sound %}
{{ source.name }} {{ source.controller.current_sound }}
{% endif %} {% endfor %}
{% endfor %}