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

Channels

Subscribe to channel

Input channel ID, channel URL or Video of a channel

{% csrf_token %}
search-icon

Total matching channels: {{ max_hits }}

Change show / hide subscribed only {{ show_subed_only }}
{% if channels %} {% for channel in channels %}
{% if channel.source.channel_banner_url %} {% endif %}

{{ channel.source.channel_name }}

{% if channel.source.channel_subs >= 1000000 %}

Subscribers: {{ channel.source.channel_subs|intword }}

{% else %}

Subscribers: {{ channel.source.channel_subs|intcomma }}

{% endif %}

Last refreshed: {{ channel.source.channel_last_refresh }}

Subscribed: {% if channel.source.channel_subscribed %} {% else %} false {% endif %}

{% endfor %} {% else %}

No channels found...

{% endif %}
{% endblock content %}