X-Git-Url: https://plomlompom.com/repos/foo.html?a=blobdiff_plain;f=todo_templates%2Ftasks.html;h=a125985d9df32c85d338a327f0f1d00985531d37;hb=38b9ce0ba2b5af072554999bc5836ffe455f06db;hp=7943b8231eb233630ac3871f0687186960ba8a89;hpb=13a15b95ade73f4455db648b70e1de784c515039;p=misc diff --git a/todo_templates/tasks.html b/todo_templates/tasks.html index 7943b82..a125985 100644 --- a/todo_templates/tasks.html +++ b/todo_templates/tasks.html @@ -10,33 +10,33 @@ td.number { text-align: right; } tr.expanded { color: #888888; } {% endblock %} {% block content %} -
+ {% include 'tagfilters.html' %}
-{% for uuid, t in db.tasks.items() | sort(attribute='1.title') %} +{% for uuid, t in db.tasks.items() | sort(attribute='1.title.now') %} {% if t.visible %} - + - +{{ t.title.now|e }} + {% if uuid == expand_uuid %} {% for uuid, t in expanded_tasks.items() %} - - + + {% endfor %} {% endif %}
default
effort
tasktags
{{ t.default_effort }}{{ t.default_effort.now }} {% if uuid == expand_uuid %} -[-] -{% elif t.links|count > 0 %} -[+] +[-] +{% elif t.subtasks|count > 0 %} +[+] {% endif %} -{{ t.title|e }}{% for tag in t.tags | sort %}{{ tag }} {% endfor %}{% for tag in t.tags.now | sort %}{{ tag }} {% endfor %}
{{ t.default_effort }}  [+] {{ t.title|e }}{% for tag in t.tags | sort %}{{ tag }} {% endfor %}  [+] {{ t.title.now|e }}{% for tag in t.tags.now | sort %}{{ tag }} {% endfor %}