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