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

{{ library_type_display|title }} {{ playlists.count }}

{% if playlists %}
{% endif %}
{% if playlists %}
For a more extensive playlist search and filtering, click here.

{% include 'intercooler/playlists.html' with show_controls=True %}
{% else %}
Nothing here!
{% if library_type == "watching" %} You can mark a playlist as watching by heading over to the playlist and marking it from the dropdown. {% elif library_type == "all" %} There's no playlists in your UnTube right now. {% elif library_type == "imported" %} To import public playlists into your UnTube collection you can head over to Import {% elif library_type == "plan-to-watch" %} You can mark a playlist as plan to watch by heading over to the playlist and marking it from the dropdown. {% elif library_type == "favorites" %} You can mark a playlist as favorite by heading over to the playlist page and pressing the star icon. {% elif library_type == "yt-mix" %} No YouTube mixes imported. Head over to Import to import the ones you like. {% elif library_type == "user-owned" %} {% if user.profile.imported_yt_playlists %} Looks like you have no playlists on YouTube. {% else %} You can always head over to your Profile to import all of your public/private YouTube playlists. {% endif %} {% else %} {{ library_type }} {% endif %}
{% endif %}
{% endblock %}