{% extends "base.html" %} {% block title %}{{config.get('TITLE')}}{% endblock %} {% block content %}

Current Downloads

{% for download in downloads %} {% endfor %}
URL File Destination Completion Cancel
{{ download.url }} {{ download.path }} {{ download.status | int }}%
{% endblock %}