{% for task in tasks %}

{{ task.description }} ({{ task.status }})

{% endfor %}