X-Git-Url: https://plomlompom.com/repos/?p=misc;a=blobdiff_plain;f=todo_templates%2Fday.html;fp=todo_templates%2Fday.html;h=7dd8f66fa99c28e55f8a892cc1a05543e8e02305;hp=a6ad249f55baedbebfd50241b1528db1deb553ed;hb=942c977e0052d09300625e7a5c1b5fc2eede9098;hpb=40021a447d9a6444205c82b2bdcd924e0586a07f diff --git a/todo_templates/day.html b/todo_templates/day.html index a6ad249..7dd8f66 100644 --- a/todo_templates/day.html +++ b/todo_templates/day.html @@ -31,40 +31,41 @@ comment:

- -{% for uuid, t in db.tasks.items() | sort(attribute='1.title') %} -{% if t.visible and (uuid not in db.selected_day.todos.keys() or db.selected_day.todos[uuid].visible) %} + +{% for row in task_rows %} - - -{% if uuid in db.selected_day.todos.keys() %} - - - - - - + + +{% if row.todo %} + + + + + + + {% else %} - - + + + + {% endif %} -{% endif %} {% endfor %}
taskchoose?done?weightedit?day tagscomment
taskchoose?done?effortimportanceedit?day tagscomment
] {{ t.current_title|e }}tags: {% for tag in t.tags | sort %}{{ tag }} {% endfor %}
edit{% for tag in db.selected_day.todos[uuid].day_tags | sort %}{{ tag }} {% endfor %}{{ db.selected_day.todos[uuid].comment|e }}
] {{ row.task.current_title|e }}tags: {% for tag in row.task.tags | sort %}{{ tag }} {% endfor %}
edit{% for tag in row.todo.day_tags | sort %}{{ tag }} {% endfor %}{{ row.todo.comment|e }} - +edit
{% include 'watch_form.html' %}