X-Git-Url: https://plomlompom.com/repos/feed.xml?a=blobdiff_plain;ds=inline;f=templates%2Ftodo.html;h=44cdfa7eec24de0db04dd1eaa3984fa3abea41d4;hb=12be63c6ef58282cb6b7d5b7bc2eabe8946a1bfc;hp=9be13a80c9be3f9446a91f31222994bbc4642d57;hpb=34741b65438149b4e02f1e2bb4f8fdba5df5a667;p=plomtask diff --git a/templates/todo.html b/templates/todo.html index 9be13a8..44cdfa7 100644 --- a/templates/todo.html +++ b/templates/todo.html @@ -1,15 +1,35 @@ {% extends 'base.html' %} + + {% block content %}

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

-

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

-

conditions

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
day{{todo.date}}
process{{todo.process.title.newest|e}}
done
comment
conditions {% for condition in todo.conditions %} @@ -22,18 +42,18 @@ done: {% endfor %}
-add condition: - -{% for condition_candidate in condition_candidates %} - -{% endfor %} - -

fulfills

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

undoes

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

parents

-
    +add: +
parents {% for parent in todo.parents %} -
  • {{parent.process.title.newest|e}} +{{parent.process.title.newest|e}}
    {% endfor %} - -

    children

    -
      +
  • children + {% for child in todo.children %} -
  • {{child.process.title.newest|e}} +
  • + + + {% endfor %} - +
    {{child.process.title.newest|e}}
    adopt: +
    + +
    + +
    + + + +{% for condition_candidate in condition_candidates %} + +{% endfor %} + {% for candidate in todo_candidates %} {% endfor %} - -