{% import "desc.html" as desc %}
Age | {% if task.entry %}{{ date_proper(date=task.entry) }}{% endif %} |
---|---|
Depends on | {% if task.depends %} {% for uuid in task.depends %} {%if tasks_db[uuid] %}{{ tasks_db[uuid].id }}{% endif %} {% endfor %} {% endif %} |
Project | {% if task.project %} | {% endif %}
Tags | |
Description | {{ desc::desc(task=task) }} |
Urgency | {{ task.urgency }} |
Start | {{ date_proper(date=task.start) }} |
Due | {{ date_proper(date=task.due, in_future=true) }} | {% endif %}
Schd | {{ date_proper(date=task.scheduled, in_future=true) }} | {% endif%}
End | {{ date_proper(date=task.end) }} | {% endif %}
RECUR | {{task.recur}} | {% endif %}