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

Downloads {% if channel_filter_id %} for {{ channel_filter_name }}{% endif %}

rescan-icon

Rescan subscriptions

download-icon

Start download

add-icon

Add to download queue

{% csrf_token %} {{ add_form }}
Show only ignored videos:
{% if not show_ignored_only %} {% else %} {% endif %}
{% if channel_agg_list|length > 1 %} {% endif %} {% 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

Total videos in queue: {{ max_hits }}{% if max_hits == 10000 %}+{% endif %} {% if channel_filter_id %} - from channel {{ channel_filter_name }}{% endif %}

{% if results %} {% for video in results %}
video_thumb {% if show_ignored_only %} ignored {% else %} queued {% endif %}
{% if video.source.channel_indexed %} {{ video.source.channel_name }} {% else %} {{ video.source.channel_name }} {% endif %}

{{ video.source.title }}

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

{% if show_ignored_only %} {% else %} {% endif %}
{% endfor %} {% endif %}
{% endblock content %}