{% if current_song %}
currently playing {{ current_song.artist }}
{{ current_song.title }}
album: {{ current_song.album }}
{% else %}

stopped

{% endif %}
{% for s in songs %} {% ifequal forloop.counter current_index %}
{% else %}
{% endifequal %}
{{ s.title }} {% ifnotequal current_server 'Internet Radio' %} x {% endifnotequal %}
{% endfor %} {% ifnotequal current_server 'Internet Radio' %}

clear all

{% endifnotequal %}