{% load i18n %}
{% for task in tasks %} {{ task.name }}
{{ task.percent }}% ({{ task.status_text }})
{% endfor %}