X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;f=templates%2Ftodo.html;h=fd16680badfb894775a7e568f4fc31f1a21dfd82;hb=6c3fca10aa663422abc48b96b38628dc2771701a;hp=80eb5c7bd356e8b93be5a2a02119f11c1d16fb13;hpb=6b9970ff864e0e63527213fea5c0bed40ba877a7;p=plomtask diff --git a/templates/todo.html b/templates/todo.html index 80eb5c7..fd16680 100644 --- a/templates/todo.html +++ b/templates/todo.html @@ -6,58 +6,50 @@ {% block content %}

Todo: {{todo.title_then|e}}

- +
- - - + - - + - - + - - - + - - + - - + - - + - - - + -
day {{todo.date}}
process {{todo.process.title.newest|e}}
done
+{% if not todo.is_doable and todo.is_done %}{% endif %} +
effort
comment
calendarize
conditions{{ macros.simple_checkbox_table("condition", todo.conditions, "condition", "condition_candidates", historical=true) }}{{ macros.simple_checkbox_table("condition", todo.conditions, "condition", "condition_candidates") }}
blockers{{ macros.simple_checkbox_table("blocker", todo.blockers, "condition", "condition_candidates", historical=true) }}{{ macros.simple_checkbox_table("blocker", todo.blockers, "condition", "condition_candidates") }}
enables{{ macros.simple_checkbox_table("enables", todo.enables, "condition", "condition_candidates", historical=true) }}{{ macros.simple_checkbox_table("enables", todo.enables, "condition", "condition_candidates") }}
disables{{ macros.simple_checkbox_table("disables", todo.disables, "condition", "condition_candidates", historical=true) }}{{ macros.simple_checkbox_table("disables", todo.disables, "condition", "condition_candidates") }}
parents @@ -66,16 +58,20 @@ {% endfor %}
children{{ macros.simple_checkbox_table("adopt", todo.children, "todo", "todo_candidates", "adopt", true) }}{{ macros.simple_checkbox_table("adopt", todo.children, "todo", "todo_candidates", "adopt", true) }}
+make:
+ {{ macros.edit_buttons() }}
- {{ macros.datalist_of_titles("condition_candidates", condition_candidates) }} -{{ macros.datalist_of_titles("todo_candidates", todo_candidates) }} +{{ macros.datalist_of_titles("process_candidates", process_candidates) }} + +{% for candidate in todo_candidates %} + +{% endfor %} + {% endblock %}