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

Playlists

add-icon

Subscribe to Playlist

{% csrf_token %} {{ subscribe_form }}
Show only subscribed playlists:
{% if show_subed_only %} {% else %} {% endif %}
grid view list view
{% if results %} {% for playlist in results %}

{{ playlist.source.playlist_channel }}

{{ playlist.source.playlist_name }}

Last refreshed: {{ playlist.source.playlist_last_refresh }}

{% if playlist.source.playlist_subscribed %} {% else %} {% endif %}
{% endfor %} {% else %}

No playlists found...

{% endif %}
{% endblock content %}