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

Downloads

rescan-icon

Rescan subscriptions

download-icon

Download queue

add-icon

Add to download queue

{% csrf_token %}

Download queue

{% if pending %}

Total pending downloads: {{ pending|length }}

{% for video in pending %}
video_thumb

{{ video.title }}

{% if video.channel_indexed %} {{ video.channel_name }} {% else %} {{ video.channel_name }} {% endif %}

Published: {{ video.published }} | Duration: {{ video.duration }} | {{ video.youtube_id }}

{% endfor %} {% else %}

No pending downloads

{% endif %}
{% endblock content %}