Active Tasks:
-
{% for task in active_tasks %}
{{ make_task(task) }}
{% endfor %}
Blocked Tasks:
-
{% for task in blocked_tasks %}
{{ make_task(task) }}
{% endfor %}
Complete Tasks:
-
{% for task in complete_tasks %}
{{ make_task(task) }}
{% endfor %}