{% if tasks %} {% for task_id, task in tasks.items() %}
{{ task.filename }} {{ task.status }}
{{ task.progress | round(1) }}% {{ task.download_speed }} {{ task.eta }}
{% if task.status == 'downloading' or task.status == 'pending' %} {% elif task.status == 'paused' %} {% endif %} {% if task.status == 'completed' %} {% endif %}
{% endfor %} {% else %}

Aucun téléchargement en cours

{% endif %}