{% if watching %}
{% for playlist in playlists %}
{% endfor %}
{% else %}
{% if playlists %} {% for playlist in playlists %}
{% endfor %} {% else %}
Nothing playlists found :(
{% endif %}
{% endif %}