{% extends 'base.html' %} {% load humanize %} {% block content %} {% if user.playlists.all.count|add:"-1" <= -1 %}
There's no playlists in your UnTube right now. You can change that by heading over to Import 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 %}
{{ playlist.get_watched_videos_count }}/{{ playlist.get_watchable_videos_count }} viewed {% if playlist.get_watch_time_left != "0secs." %}{{ playlist.get_watch_time_left }} left{% endif %}
Last watched {{ playlist.last_watched|naturaltime }}