X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;f=templates%2Ftodo.html;h=a2ef536eaf8230b21be7d3049db878a5a34c7cec;hb=8542cd471f1aeea1abbe0b237a94f7863fb12dd0;hp=71f2e1b06d95bf325937dc65d2207c955c4f1805;hpb=9e297373770305a915dbe987bf6fda02db704ec6;p=plomtask diff --git a/templates/todo.html b/templates/todo.html index 71f2e1b..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}}

@@ -23,16 +23,31 @@ + + + + + + + + + + + + + + @@ -47,14 +62,14 @@ - +

effort
comment
calendarize +
conditions {{ macros.simple_checkbox_table("condition", todo.conditions, "condition", "condition_candidates") }}
blockers{{ macros.simple_checkbox_table("blocker", todo.blockers, "condition", "condition_candidates") }}
enables {{ macros.simple_checkbox_table("enables", todo.enables, "condition", "condition_candidates") }}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) }}
@@ -62,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 %}