{% macro spotify_row(target, accounts) -%} {% if accounts %}
{% for account in accounts %}
{{ account.label }}
{% endfor %}
{% endif %} {%- endmacro %}
{{ host.label }}
offline
Input
—
Playing together
{% for room in rooms %}
{{ room.label }}
Separate
—
{{ spotify_row(room.key, spotify_accounts) }}
{% endfor %}
Separate everything
{{ host.label }} input
Cancel