X-Git-Url: https://plomlompom.com/repos/%7B%7Bprefix%7D%7D/balance?a=blobdiff_plain;f=templates%2Fprocess.html;h=85424fa6750523487098d280b2568e48ad2f4c29;hb=8e1a5416151dbcf506f2435823362e21d85aed2d;hp=b55ee0756314fcd746b380cfb46eddf8a7fac202;hpb=34741b65438149b4e02f1e2bb4f8fdba5df5a667;p=plomtask diff --git a/templates/process.html b/templates/process.html index b55ee07..85424fa 100644 --- a/templates/process.html +++ b/templates/process.html @@ -56,12 +56,12 @@ add condition: {{condition_candidate.title.newest|e}} {% endfor %} -

fulfills

+

enables

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

conditions

+add enables: +

disables

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

steps

-{% for step_id, step_node in steps.items() %} +{% for step_node in steps %} {{ step_with_steps(step_id, step_node, 0) }} {% endfor %}