{% extends "home/base.html" %} {% load static %} {% block content %}

Playlists

{% if running == "subscribing" %}

Subscribing in progress, refresh.

{% else %} add-icon

Subscribe to Playlist

{% csrf_token %} {{ subscribe_form }}
{% endif %}
search-icon

Search your Playlists

Show only subscribed playlists:
grid view list view
{% endblock content %}