ActiveTask

Share insights & activate your team

Tasks created on {{year}}-{{month}}-{{day}}

{% for task in created_tasks %}

{{ task["description"] }}

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

Tasks last updated on {{year}}-{{month}}-{{day}}

{% for task in updated_tasks %}

{{ task["description"] }}

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