{% for i in DOWNLOADING %}
{{i}} - {{DOWNLOADING[i] }}
{% endfor %}
{% if DOWNLOADED %}
Downloaded:
{% for i in DOWNLOADED %}
{{i}}
Delete
{% endfor %} {% endif %}
Logout