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