{% extends '/tml/base.html' %} {% block head %} {% endblock %} {% block subtitle %}{{_("Active Downloads")}}{% endblock %} {% block content %}
{% for link in content %} {% endfor %}
{{_("Status")}} {{_("Name")}} {{_("Information")}} {{_("Size")}} {{_("Progress")}}
{% endblock %}