Recent Videos
Sort by {{ sort_by }}
{% if videos %}
{% for video in videos %}
{% if video.source.player.watched %}

{% else %}

{% endif %}
{{ video.source.published }} | {{ video.source.player.duration_str }}
{% endfor %}
{% else %}
No videos found...
{% endif %}
{% endblock content %}