X-Git-Url: https://plomlompom.com/repos/%7B%7Bprefix%7D%7D/balance?a=blobdiff_plain;f=templates%2Ftodo.html;h=f50b635d2647879a66c602721481e68988a64bdc;hb=e60bbd142b5026748ee2181ca6758afef6202fb4;hp=9be13a80c9be3f9446a91f31222994bbc4642d57;hpb=34741b65438149b4e02f1e2bb4f8fdba5df5a667;p=plomtask diff --git a/templates/todo.html b/templates/todo.html index 9be13a8..f50b635 100644 --- a/templates/todo.html +++ b/templates/todo.html @@ -5,9 +5,10 @@

id: {{todo.id_}}
-day: {{todo.day.date}}
+day: {{todo.date}}
process: {{todo.process.title.newest|e}}
done:
+comment:

conditions

@@ -28,12 +29,12 @@ add condition: {{condition_candidate.title.newest|e}} {% endfor %} -

fulfills

+

enables

-{% for condition in todo.fulfills %} +{% for condition in todo.enables %}
- + {{condition.title.newest|e}} @@ -41,13 +42,13 @@ add condition: {% endfor %}
-add fulfills: -

undoes

+add enables: +

disables

-{% for condition in todo.undoes%} +{% for condition in todo.disables%}
- + {{condition.title.newest|e}} @@ -55,7 +56,7 @@ add fulfills: +add disables:

parents