{% extends 'base.html' %} {% block title %}ucast - {{ channel.name }}{% endblock %} {% block content %}

{{ channel.name }}

Last update: {{ channel.last_update }}

  {{ channel.subscribers }}   {{ videos.paginator.count }} {% if n_pending %} ({{ n_pending }}) {% endif %}   {{ channel.download_size|filesizeformat }}   {{ channel.channel_id }}
{% if channel.active %} {% else %} {% endif %}
{% csrf_token %}
{% if not videos %} {% if n_pending %}

There are {{ n_pending }} videos waiting to be downloaded. Please wait a few minutes and refesh this page. You can see the current status in the Downloads tab.

{% else %}

No videos. If you have just added this channel, you have to wait a minute for ucast to start looking for videos.

{% endif %} {% else %}
{% include "ucast/videos_items.html" %}
{% endif %} {% if videos.has_previous or videos.has_next %} {% endif %} {% endblock content %}