{% extends "base.html" %} {% set section = "downloads" %} {% block head %} {% endblock %} {% block heading %} {% if status.paused %} Resume All {% else %} Pause All {% endif %}
Progress | {{ status.progress|progressbar('100%',label='complete') }} | Storage | {% set label = '(' + status.diskfree|filesizeformat + ') free' %} {% if status.diskfreepct < 10 %} {{ status.diskfreepct|progressbar('99%',style='red',label=label) }} {% elif status.diskfreepct < 30 %} {{ status.diskfreepct|progressbar('99%',style='yellow',label=label) }} {% else %} {{ status.diskfreepct|progressbar('99%',label=label) }} {% endif %} |
There are no downloads in the queue.