{% if playlist_type == "watching" %}
You can mark a playlist as watching by heading over to the playlist and marking it from the dropdown.
{% elif playlist_type == "all" %}
There's no playlists in your UnTube right now.
{% elif playlist_type == "imported" %}
To import public playlists into your UnTube collection you can head over to Manage
{% elif playlist_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 playlist_type == "favorites" %}
You can mark a playlist as favorite by heading over to the playlist page and pressing the star icon.
{% elif playlist_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 %}
{{ playlist_type }}
{% endif %}