{% extends 'notifpy/base.html' %} {% load static %} {% block title %}Playlists | Notifpy{% endblock%} {% block body %}

Playlists

Add a Playlist
{%csrf_token%}
{% if playlists %} {% for playlist in playlists %}

{{ playlist.title }} ({{ playlist.size }})

{% endfor %} {% else %}

No playlist found.

{% endif %} {% endblock %}