{% extends 'base.html' %}
{% block content %}
{% if user.profile.playlists.all.count == 0 %}
There's no playlists in your UnTube right now. You can change that by heading over to Manage to import some public playlists into your UnTube. {% if not user.profile.imported_yt_playlists %} Or you could always head over to your Profile to import all of your public/private YouTube playlists. {% else %} Keep in mind that your own YouTube playlists will automatically be imported into UnTube. {% endif %}