X-Git-Url: https://plomlompom.com/repos/foo.html?a=blobdiff_plain;f=templates%2Fprocess.html;h=10442cfe76bffd5e85788b82e12f184f1ff94b72;hb=12be63c6ef58282cb6b7d5b7bc2eabe8946a1bfc;hp=2a577152720c2101353767182f443d9d7fd11874;hpb=ec2996e0036ceec72a1be79cea1166c4ab116582;p=plomtask diff --git a/templates/process.html b/templates/process.html index 2a57715..10442cf 100644 --- a/templates/process.html +++ b/templates/process.html @@ -21,7 +21,7 @@ {% if step_node.is_explicit %} -add step: +add: {% endif %} @@ -38,18 +38,22 @@ add step: + + + + +
title
default effort
description
conditions @@ -65,9 +69,10 @@ add step: +add:
enables @@ -83,9 +88,10 @@ add condition: {% endfor %}
-add enables: +add: + disables @@ -101,9 +107,10 @@ add enables: +add: + steps @@ -112,9 +119,19 @@ add disables: +add: + + + + +step of + +{% for owner in owners %} +{{owner.title.newest|e}}
+{% endfor %} + {% for condition_candidate in condition_candidates %} @@ -126,15 +143,10 @@ add step: {{candidate.title.newest|e}} {% endfor %} +
-

step of

- {% endblock %}