X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;f=templates%2Fprocess.html;h=ec06d3a4c44232032266d07a1a1d42ab924632a4;hb=a6248629d4ab8c9d47859929fb10c6b58528b1aa;hp=f8f7baf1eefff07564c49d124c4d7b771acb587d;hpb=951d8ad55c0d54286f9c986257a67dfa9710fcf2;p=plomtask diff --git a/templates/process.html b/templates/process.html index f8f7baf..ec06d3a 100644 --- a/templates/process.html +++ b/templates/process.html @@ -7,7 +7,6 @@ {% if step_node.is_explicit %} - {% endif %} @@ -70,7 +69,7 @@ add condition: add enables: -

conditions

+

disables

{% for condition in process.disables %} @@ -86,7 +85,7 @@ add enables:

steps

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