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


{% if titles %}
{% endif %} {% endif %}
{%- endblock %}