{% extends "base.html" %} {% set section = "downloads" %} {% block head %} {% endblock %} {% block heading %} {% if status.paused %} Resume All {% else %} Pause All {% endif %}
{{ status.active_downloads }} active downloads {{ status.downloadrate|filesizeformat|replace('Bytes','b') }}/s download {{ status.uploadrate|filesizeformat|replace('Bytes','b') }}/s upload {{ (status.downloadrate + status.uploadrate)|filesizeformat|replace('Bytes','b') }}/s total {{ status.connections }} active connections |
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.