X-Git-Url: https://plomlompom.com/repos/foo.html?a=blobdiff_plain;ds=sidebyside;f=templates%2Fprocess.html;h=8c219c6233a748db6e73bb2a37ca0a86c113f7fb;hb=ee18435127ad396c24dbee2c7efcdbe6810d5a91;hp=1dcfff627c99f0f17218392ac86aee7f0b607502;hpb=6034476a4d81e28c45e906cdcc36138bc28ccd55;p=plomtask diff --git a/templates/process.html b/templates/process.html index 1dcfff6..8c219c6 100644 --- a/templates/process.html +++ b/templates/process.html @@ -1,6 +1,6 @@ {% extends 'base.html' %} -{% macro process_with_steps(step_id, step_node, indent) %} +{% macro step_with_steps(step_id, step_node, indent) %} @@ -25,30 +25,110 @@ add step: -title: -description: -default effort: + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
title
default effort
description
conditions + +{% for condition in process.conditions %} + + + + +{% endfor %} +
+ + +{{condition.title.newest|e}} +
+add condition: +
enables + +{% for condition in process.enables %} + + + + +{% endfor %} +
+ + +{{condition.title.newest|e}} +
+add enables: +
disables + +{% for condition in process.disables %} + + + + +{% endfor %} +
+ + +{{condition.title.newest|e}} +
+add disables: +
steps {% for step_id, step_node in steps.items() %} -{{ process_with_steps(step_id, step_node, 0) }} +{{ step_with_steps(step_id, step_node, 0) }} {% endfor %}
-add step: - -{% for candidate in candidates %} +add step: +
+ +{% for condition_candidate in condition_candidates %} + +{% endfor %} + + +{% for candidate in step_candidates %} {% endfor %} - + + +

step of

+ {% endblock %} - -