{% load humanize %} {% if watching %} {% for playlist in playlists %}
{{ 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 }}
{% if playlist.is_user_owned %}OWNED{% else %}IMPORTED{% endif %} {% if playlist.is_private_on_yt %}Private {% endif %} {{ playlist.video_count }} videos {{ playlist.playlist_duration }} {% if playlist.is_from_yt %}YT {% endif %} {% if playlist.marked_as == "watching" %}WATCHING{% endif %}
{% if show_tags|default:True %} {% if playlist.tags.all %}{% for tag in playlist.tags.all|slice:"0:4" %} {{ tag.name }} {% if forloop.last and playlist.tags.all.count > 4 %} & {{ playlist.tags.all.count|add:"-4" }} more {% endif %} {% endfor %}
{% endif %} {% endif %} {% if show_controls %} {% endif %}