{% if watching %}
{{ playlist.get_watched_videos_count }}/{{ playlist.get_watchable_videos_count }} viewed {{ playlist.playlist_duration }} {% if playlist.get_watch_time_left != "0secs." %}{{ playlist.get_watch_time_left }} left{% endif %}
{% if playlist.is_user_owned %}OWNED{% else %}IMPORTED{% endif %} {% if playlist.is_private_on_yt %}Private {% endif %} {% if playlist.is_from_yt %}YT {% endif %} {% if playlist.marked_as == "watching" %}WATCHING{% endif %}
{% for tag in playlist.tags.all %} {{ tag.name }} {% endfor %}