{% extends "home/base.html" %} {% block content %} {% load static %}

Recent Videos

Sort order from {{ sortorder }}

Hide watched videos {{ hide_watched }}

search-icon
{% if videos %} {% for video in videos %}
video-thumb
play-icon
{% if video.source.player.watched %} seen-icon {% else %} unseen-icon {% endif %} {{ video.source.published }} | {{ video.source.player.duration_str }}

{{ video.source.channel.channel_name }}

{{ video.source.title }}

{% endfor %} {% else %}

No videos found...

{% endif %}
{% endblock content %}