{% extends "_base.html" %} {% block body %} {% for file in files %} {% endfor %}
Name D/L Speed Time remaining Completed Downloaded Total
{% if file.failed %}
failed
{% endif %} {{file.name}}
{{file.speed}} {% match file.time_estimate %} {% when Some with (time_estimate) %} {{time_estimate}} {% when None %} - {% endmatch %} {% match file.percent %} {% when Some with (percent) %} {{percent}}% {% when None %} - {% endmatch %} {{file.progress}} {% match file.total %} {% when Some with (total) %} {{total}} {% when None %} - {% endmatch %}
{% endblock %}