{% import "header.html" as header %} {{channel['name']}} {{header.make_header()}}
{% if channel is not none %} All (?q) Pending (?q) Ignored (?q) Downloaded (?q) {% else %} All (?q) Pending (?q) Ignored (?q) Downloaded (?q) {% endif %} {{videos|length}} items
{% for video in videos %}
{{video['_published_str']}} - {{video['title']}} ({{video['duration'] | seconds_to_hms}}) {% if channel is none %} (Chan) {% endif %}


{% endfor %}