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=870eab35dd91449e367d15f4ca3c4bc1d95ae806;hb=2f4c681e1c4d78eacc1daa5f297f06038b45912e;hp=a711568edf75c6291051cb300325b650ed57cb2e;hpb=eb16b47ddcaefaeab2f616419ea746cc32346893;p=plomtask diff --git a/templates/todo.html b/templates/todo.html index a711568..870eab3 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,15 @@ - +
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) }}
+make:
@@ -77,5 +78,10 @@
{{ 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 %}