{% extends 'base.html' %} {% load humanize %} {% load static %} {% block content %}
{% if video.description %}
Last updated {{ video.video_details_modified_at|naturalday }} • {{ video.num_of_accesses }} clicks
{{ 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 %}
{% if playlist.tags.all %} {% for tag in playlist.tags.all %} {{ tag.name }} {% endfor %} {% endif %}
Last watched {{ playlist.last_watched|naturalday }}