X-Git-Url: https://plomlompom.com/repos/day?a=blobdiff_plain;f=templates%2Fprocess.html;h=10442cfe76bffd5e85788b82e12f184f1ff94b72;hb=12be63c6ef58282cb6b7d5b7bc2eabe8946a1bfc;hp=ec06d3a4c44232032266d07a1a1d42ab924632a4;hpb=0ed3bc539d21d5536d0fc635760d88a2231587b9;p=plomtask diff --git a/templates/process.html b/templates/process.html index ec06d3a..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,13 +32,31 @@ add step: -title: -description: -default effort: -

conditions

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
title
default effort
description
conditions {% for condition in process.conditions %} @@ -49,13 +69,13 @@ default effort: {% endfor %}
-add condition: - -{% for condition_candidate in condition_candidates %} - -{% endfor %} - -

enables

+add: +
enables {% for condition in process.enables %} @@ -68,8 +88,13 @@ add condition: {% endfor %}
-add enables: -

disables

+add: +
disables {% for condition in process.disables %} @@ -82,26 +107,46 @@ add enables: -

steps

+add: + + + + + + + + + + + + + +
steps {% for step_id, step_node in steps.items() %} {{ step_with_steps(step_id, step_node, 0) }} {% endfor %}
-add step: +add: +
step of +{% for owner in owners %} +{{owner.title.newest|e}}
+{% endfor %} +
+ +{% for condition_candidate in condition_candidates %} + +{% endfor %} + {% for candidate in step_candidates %} {% endfor %} -

save

- + + +
+ +
-

step of

- {% endblock %}