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

Videos

{% if has_streams %}

Streams

{% endif %} {% if has_shorts %}

Shorts

{% endif %} {% if has_playlists %}

Playlists

{% endif %}

About

{% if has_pending %} {% if request.user|has_group:"admin" or request.user.is_staff %}

Downloads

{% endif %} {% endif %}

{{ channel_info.channel_name }}

{% if channel_info.channel_subs >= 1000000 %}

Subscribers: {{ channel_info.channel_subs|intword }}

{% else %}

Subscribers: {{ channel_info.channel_subs|intcomma }}

{% endif %} {% if channel_info.channel_subscribed %} {% if request.user|has_group:"admin" or request.user.is_staff %} {% endif %} {% else %} {% endif %}
{% if aggs %}

{{ aggs.total_items.value }} videos | {{ aggs.total_duration.value_str }} playback | Total size {{ aggs.total_size.value|filesizeformat }}

{% endif %}
Hide watched videos:
{% if not hide_watched %} {% else %} {% endif %}
Sort by:
sort-icon {% if view_style == "grid" %}
{% if grid_items < 7 %} grid plus row {% endif %} {% if grid_items > 3 %} grid minus row {% endif %}
{% endif %} grid view list view
{% if results %} {% for video in results %}
video-thumb {% if video.player.progress %}
{% else %}
{% endif %}
play-icon
{% if video.player.watched %} seen-icon {% else %} unseen-icon {% endif %} {{ video.published }} | {{ video.player.duration_str }}

{{ video.title }}

{% endfor %} {% else %}

No videos found...

Try going to the downloads page to start the scan and download tasks.

{% endif %}
{% endblock content %}