ActiveTask

Share insights & activate your team

Stale tasks

{% for task in stale_tasks %}

{{ task["description"] }}

{% else %} {# The else on a for loop in jinja runs if the list is EMPTY #} {% endfor %}

Long-running tasks

{% for task in lrt_tasks %}

{{ task["description"] }}

{% else %} {# The else on a for loop in jinja runs if the list is EMPTY #} {% endfor %}