{% load humanize %}
{% for video in videos %}
  • {% if video.is_unavailable_on_yt %} {{ video.video_position }}. {{ video.name }} {{ video.duration }} {% else %}
    {{ video.video_position }}. {{ video.name }}
    {{ video.duration }} {% if video.has_cc %}CC{% endif %} {% if video.published_at %}{{ video.published_at }}{% endif %} {% if video.view_count %}{{ video.view_count|intword|intcomma }} views{% endif %} {% if video.is_duplicate %}duplicate{% endif %}
    Open
    {% endif %} {% endfor %}