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

Videos

Playlists

About

{{ channel_info.channel_name }}

{% if channel_info.channel_subs >= 1000000 %}

Subscribers: {{ channel_info.channel_subs|intword }}

{% else %}

Subscribers: {{ channel_info.channel_subs|intcomma }}

{% endif %}

Last refreshed: {{ channel_info.channel_last_refresh }}

{% if channel_info.channel_active %}

Youtube: Active

{% else %}

Youtube: Deactivated

{% endif %}
{% if channel_info.channel_views >= 1000000 %}

Channel views: {{ channel_info.channel_views|intword }}

{% elif channel_info.channel_views > 0 %}

Channel views: {{ channel_info.channel_views|intcomma }}

{% endif %}
Delete {{ channel_info.channel_name }} including all videos?
{% if channel_info.channel_description %}

Description:

{{ channel_info.channel_description|linebreaks }}
{% endif %}
{% csrf_token %}

Download format: {% if channel_info.channel_overwrites.download_format %} {{ channel_info.channel_overwrites.download_format }} {% else %} False {% endif %}

{{ channel_overwrite_form.download_format }}

Auto delete watched videos after x days: {% if channel_info.channel_overwrites.autodelete_days %} {{ channel_info.channel_overwrites.autodelete_days }} {% else %} False {% endif %}

{{ channel_overwrite_form.autodelete_days }}

Index playlists: {% if channel_info.channel_overwrites.index_playlists %} {{ channel_info.channel_overwrites.index_playlists }} {% else %} False {% endif %}

{{ channel_overwrite_form.index_playlists }}

Enable SponsorBlock: {% if channel_info.channel_overwrites.integrate_sponsorblock %} {{ channel_info.channel_overwrites.integrate_sponsorblock }} {% elif channel_info.channel_overwrites.integrate_sponsorblock == False %} Disabled {% else %} False {% endif %}

{{ channel_overwrite_form.integrate_sponsorblock }}

{{ channel_info }}

{% endblock content %}