X-Git-Url: https://plomlompom.com/repos/day?a=blobdiff_plain;f=templates%2Fprocess.html;h=10442cfe76bffd5e85788b82e12f184f1ff94b72;hb=12be63c6ef58282cb6b7d5b7bc2eabe8946a1bfc;hp=8c219c6233a748db6e73bb2a37ca0a86c113f7fb;hpb=ee18435127ad396c24dbee2c7efcdbe6810d5a91;p=plomtask diff --git a/templates/process.html b/templates/process.html index 8c219c6..10442cf 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) %} @@ -19,7 +21,7 @@ {% if step_node.is_explicit %} -add step: +add: {% endif %} @@ -30,22 +32,28 @@ add step: + + + + +
title
default effort
description
conditions @@ -61,9 +69,10 @@ add step: +add:
enables @@ -79,9 +88,10 @@ add condition: {% endfor %}
-add enables: +add: + disables @@ -97,9 +107,10 @@ add enables: +add: + steps @@ -108,9 +119,19 @@ add disables: +add: + + +step of + +{% for owner in owners %} +{{owner.title.newest|e}}
+{% endfor %} + + + {% for condition_candidate in condition_candidates %} @@ -122,13 +143,10 @@ add step: {{candidate.title.newest|e}} {% endfor %} - - + + +
+ +
-

step of

- {% endblock %}