{% import "desc.html" as desc %} {% if has_toast %}
ID | Age | Depends | Project | Tag | Description | Urg | ACT | DUE | SCH | END | Recur | |
---|---|---|---|---|---|---|---|---|---|---|---|---|
{% set_global unique_id_kw = unique_id_kw | update_unique_tags(unique_tags=unique_id_kw, tag=task.id | as_str) %}
{% set_global task_action_bar_key_comb = task_action_bar_key_comb | update_tag_bar_key_comb(tag_bar_key_comb=task_action_bar_key_comb, tag=task.id | as_str) %}
{% set kw_id = task_action_bar_key_comb[task.id] %}
|
{% set_global unique_id_kw = unique_id_kw | update_unique_tags(unique_tags=unique_id_kw, tag=task.id | as_str) %} {% set_global task_action_bar_key_comb = task_action_bar_key_comb | update_tag_bar_key_comb(tag_bar_key_comb=task_action_bar_key_comb, tag=task.id | as_str) %} {% set kw_id_details = task_action_bar_key_comb[task.id] %} | {% if task.entry %}{{ date_proper(date=task.entry) }}{% endif %} | {% if task.depends %} {% for uuid in task.depends %} {%if tasks_db[uuid] %}{{ tasks_db[uuid].id }}{% endif %} {% endfor %} {% endif %} | {% if task.project %} | {% endif %}{{ desc::desc(task=task) }} | {{ task.urgency }} | {% if task.start %} {{ date_proper(date=task.start) }} {% endif %} | {% if task.due and task.status != 'completed' %} {{ date_proper(date=task.due, in_future=true) }} {% endif %} | {% if task.scheduled %} {{ date_proper(date=task.scheduled, in_future=true) }} {% endif%} | {% if task.end %}{{ date_proper(date=task.end) }} {% else %} {% endif %} | {% if task.recur %}{{task.recur}}{% endif %} |