X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;f=templates%2Fprocess.html;h=2a577152720c2101353767182f443d9d7fd11874;hb=f19823e9e77ae0017022dbfe63f66d2b065ba33a;hp=b55ee0756314fcd746b380cfb46eddf8a7fac202;hpb=34741b65438149b4e02f1e2bb4f8fdba5df5a667;p=plomtask diff --git a/templates/process.html b/templates/process.html index b55ee07..2a57715 100644 --- a/templates/process.html +++ b/templates/process.html @@ -1,5 +1,7 @@ {% extends 'base.html' %} + + {% macro step_with_steps(step_id, step_node, indent) %} @@ -7,7 +9,6 @@ {% if step_node.is_explicit %} - {% endif %} @@ -31,13 +32,27 @@ add step: -title: -description: -default effort: -

conditions

+ + + + + + + + + + + + + + + +
title
default effort
description
conditions {% for condition in process.conditions %} @@ -51,17 +66,16 @@ default effort: add condition: - -{% for condition_candidate in condition_candidates %} - -{% endfor %} - -

fulfills

+ + + + + + + + +
enables -{% for condition in process.fulfills %} +{% for condition in process.enables %}
- + {{condition.title.newest|e}} @@ -69,13 +83,17 @@ add condition: {% endfor %}
-add fulfills: -

conditions

+add enables: +
disables -{% for condition in process.undoes %} +{% for condition in process.disables %} + + + + + +
- + {{condition.title.newest|e}} @@ -83,21 +101,35 @@ add fulfills: -

steps

+add disables: +
steps {% for step_id, step_node in steps.items() %} {{ step_with_steps(step_id, step_node, 0) }} {% endfor %}
add step: +
+ +{% for condition_candidate in condition_candidates %} + +{% endfor %} + {% for candidate in step_candidates %} {% endfor %} -

save

- + +
+ +

step of