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

Recent Videos

Sort by {{ sort_by }}
Hide watched videos:
{% if hide_watched %} {% else %} {% endif %}
grid view list view
{% if results %} {% for video in results %}
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 %}