{%- extends "base.html" %} {% block content %} {{ super() }}
{% if running_downloads %}
{% for entry in running_downloads %} {% endfor %}
Queue Started at
{{ entry[0] }} {{ entry[1] }}


{% if titles and titles[0] not in running_downloads[0][0] %}
{% for i in range(amount) %} {% endfor %}
New downloads in {{ running_downloads[0][0] }}
{{ titles[i] }}
{% endif %} {% endif %}
{%- endblock %}