{% if songs %}
{% include "player.html" %}
{% elif users_song %} {% for songs in users_song %}
{% set player_index = loop.index + 1 %} {% include "player.html" %}
{% endfor %} {% endif %}