X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;ds=sidebyside;f=templates%2Ftodo.html;h=44cdfa7eec24de0db04dd1eaa3984fa3abea41d4;hb=12be63c6ef58282cb6b7d5b7bc2eabe8946a1bfc;hp=9395adac6d92125f33b1ee0d320ad486f9281325;hpb=ec2996e0036ceec72a1be79cea1166c4ab116582;p=plomtask diff --git a/templates/todo.html b/templates/todo.html index 9395ada..44cdfa7 100644 --- a/templates/todo.html +++ b/templates/todo.html @@ -5,14 +5,31 @@ {% block content %}

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

-

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

-

conditions

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

enables

+add: +
enables {% for condition in todo.enables %} @@ -44,8 +61,13 @@ add condition: {% endfor %}
-add enables: -

disables

+add: +
disables {% for condition in todo.disables%} @@ -58,31 +80,49 @@ add enables: -

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 candidate in todo_candidates %} - -{% endfor %} - +
    + - +{% for condition_candidate in condition_candidates %} + +{% endfor %} + + +{% for candidate in todo_candidates %} + +{% endfor %} + {% endblock %}