{% extends "sabnzbd-base.html" %} {% block sabnzbd_content %}
{{ sabnzbd.status }}
{{ download_speed[-5:] }}
{% if first_downloading %}

{{ first_downloading.filename }}

Remaining: {{ sabnzbd.timeleft }} / {{ download_left }}

{{ percentage_total }}% complete


{% endif %}
More{% else %}arrow_up.png">Less{% endif %}
{% for x in sabnzbd.slots %} {% endfor %}
{{x.filename}} {{x.size}}
{% endblock %}