{% extends 'base.html' %} {% block content %}

All Playlists

Everything.

Your YouTube Playlists

View a list of all the playlists you own on YouTube.

Imported Playlists

View a list of all the external playlists you imported from YouTube.

Favorite Playlists

All the playlists you've marked favorite.

Watching Playlists

All the playlists you're currently watching.

Plan to Watch

Plan to watch a playlist later? Add it here.

Your YouTube Mixes

YouTube creates nice mixes that relate to songs you're currently jamming to. You can import those YT Mixes by going over to manage playlists. Any mixes you import will all be here.

Your UnTube Playlists

UnTube playlists are playlists can contain YouTube videos and YouTube playlists which can then be shared with other users via a link. Coming soon. Maybe.

Open a Random Playlist

{% csrf_token %}


Your Playlist Tags

{% if user.playlist_tags.all %}
{% for tag in user.playlist_tags.all %} {{ tag.name }} {{ tag.playlists.all.count }} {% endfor %}
{% else %} You haven't created any playlist tags yet. {% endif %}
{% if user.playlist_tags.all %} {% endif %}
{% endblock %}