{% load humanize %} {% if videos_details and videos.count != 0 %}

{{ videos_details }}, Results: {{ videos.count }}

{% endif %}
{% if videos %} {% for video in videos %}
  • {% if video.is_unavailable_on_yt and not video.was_deleted_on_yt %} {% else %}
    {% if video.is_unavailable_on_yt and video.was_deleted_on_yt %} {{ video.video_position }}. {{ video.name|truncatewords:"16" }}
    VIDEO UNAVAILABLE {% if video.video_details_modified %}UPDATED - {% if video.was_deleted_on_yt %}WENT PRIVATE/DELETED{% else %}NEWLY ADDED{% endif %}{% endif %}

    {% else %} {{ video.video_position }}. {{ video.name|truncatewords:"16" }} by {{ video.channel_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 %} {% if video.video_details_modified %}UPDATED - {% if video.was_deleted_on_yt %}WENT PRIVATE/DELETED{% else %}NEWLY ADDED{% endif %}{% endif %}

    {% endif %}
    {% if video.is_unavailable_on_yt and video.was_deleted_on_yt %} {% else %} {% if playlist.marked_as == "watching" %} {% endif %} {% endif %}
    {% endif %}
  • {% endfor %} {% else %}

    {{ display_text }}

    {% endif %}