X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;f=templates%2Ftodo.html;h=a2ef536eaf8230b21be7d3049db878a5a34c7cec;hb=4c546e0133670dd10aec890c3cea6329c3a29663;hp=a711568edf75c6291051cb300325b650ed57cb2e;hpb=eb16b47ddcaefaeab2f616419ea746cc32346893;p=plomtask diff --git a/templates/todo.html b/templates/todo.html index a711568..a2ef536 100644 --- a/templates/todo.html +++ b/templates/todo.html @@ -4,7 +4,7 @@ {% block content %} -

Todo: {{todo.process.title.newest|e}}

+

Todo: {{todo.title_then|e}}

@@ -25,7 +25,7 @@ - + @@ -62,14 +62,14 @@ - +
effort

parents {% for parent in todo.parents %} -{{parent.process.title.newest|e}}
+{{parent.title_then|e}}
{% endfor %}
children{{ macros.simple_checkbox_table("adopt", todo.children, "adopt", "todo_candidates", "adopt") }}{{ macros.simple_checkbox_table("adopt", todo.children, "todo", "todo_candidates", "adopt", true) }}
@@ -77,5 +77,9 @@
{{ macros.datalist_of_titles("condition_candidates", condition_candidates) }} -{{ macros.datalist_of_titles("todo_candidates", todo_candidates) }} + +{% for candidate in todo_candidates %} + +{% endfor %} + {% endblock %}