X-Git-Url: https://plomlompom.com/repos/feed.xml?a=blobdiff_plain;f=templates%2Fprocess.html;h=2a577152720c2101353767182f443d9d7fd11874;hb=23012cd370777b60a25839788d131173d2abee91;hp=85424fa6750523487098d280b2568e48ad2f4c29;hpb=8e1a5416151dbcf506f2435823362e21d85aed2d;p=plomtask diff --git a/templates/process.html b/templates/process.html index 85424fa..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,12 +66,11 @@ default effort: add condition: - -{% for condition_candidate in condition_candidates %} - -{% endfor %} - -

enables

+ + + + +
enables {% for condition in process.enables %} @@ -70,7 +84,11 @@ add condition: add enables: -

disables

+ + + + +
disables {% for condition in process.disables %} @@ -84,20 +102,34 @@ add enables: -

steps

+ + + + + + +
steps -{% for step_node in 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