{% extends '/tml/base.html' %} {% block head %} {% endblock %} {% block subtitle %}{{_("Active Downloads")}}{% endblock %} {% block content %}
{{_("Status")}} | {{_("Name")}} | {{_("Information")}} | {{_("Size")}} | {{_("Progress")}} |
---|---|---|---|---|
{{ link.status }} | {{ link.name }} | {{ link.info }} | {{ link.format_size }} | {{ link.percent }}% /{{ link.bleft }} |
|