X-Git-Url: https://plomlompom.com/repos/%7B%7B%20web_path%20%7D%7D/decks/%7B%7Bdeck_id%7D%7D/cards/%7B%7Bcard_id%7D%7D/form?a=blobdiff_plain;f=templates%2Ftodo.html;h=a2ef536eaf8230b21be7d3049db878a5a34c7cec;hb=30aef71506f7d6215b04cddaba8fddba1788f883;hp=6817cb9fb5c037ba08d0bc2798ca105dc8fd4781;hpb=b0758d1c63db38867ef12ee89317524a7436129d;p=plomtask diff --git a/templates/todo.html b/templates/todo.html index 6817cb9..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 @@ - + @@ -33,11 +33,21 @@ + + + + + + + + + @@ -52,14 +62,14 @@ - +
effort

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) }}
@@ -67,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 %}