{% for song in songs %} {% if song.sync_meta %} {% elif allow_downloading %} {% endif %} {{ song.artist }} {{ song.title }} {{ song.year if song.year }} {% endfor %} {% if songs|length >= 100 %}
Loading more songs ...
{% endif %}