{{h}}
Update tasks with a reference
{% for task in tasks %} Unique Object ID : {{ task['_id'] }}
Task Name
:
Description
:
{{ task['desc'] }}
Date
:
Priority
:
{% endfor %}
Update Task
Return to TaskList