{% if messages %} {% for message in messages %} {% endfor %} {% endif %}

{{ playlist_type_display|title }} {{ playlists.count }}


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