{% extends 'base.html' %} {% block content %}
{% if user.profile.playlists.all.count == 0 %} {% endif %} {% if import_successful %}

Welcome to UnTube, {{ user.username|capfirst }}

{{ user.profile.playlists.all.count }} playlists from YouTube have been successfully imported.

You'll now be notified on the Dashboard whenever there's any new un-exported playlists on YouTube :)

Go to Dashboard
{% else %} {% if user.profile.imported_yt_playlists %}
{% endif %} {% if watching %}

Continue Watching

{% for playlist in watching|slice:"0:3" %} {% if forloop.counter == 3 %} {% if watching.count|add:"-3" != 0 %} {% endif %} {% endif %} {% endfor %}

{% endif %}

Recently Added

{% if recently_added_playlists %} {% else %}
You have no playlists ;-;
{% endif %}

Recently Accessed

{% if recently_accessed_playlists %} {% else %}
Nothing to see here... yet.
{% endif %}


{% endif %} {% endblock %}