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

Videos

Playlists

About

Show subscribed only:
{% if not 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 %}