X-Git-Url: https://plomlompom.com/repos/berlin_corona.txt?a=blobdiff_plain;f=templates%2Fprocess.html;h=7bb503eeafd2a68e21987021a7db0a110c4e548b;hb=1701d662f8163d5dc93bf87988e740639108f6ad;hp=4027f502cbc19e46afe42c400e0c9eb3e8a36a81;hpb=83c31bdf2a1b2cd1f3beadee482feb91c64759f9;p=plomtask diff --git a/templates/process.html b/templates/process.html index 4027f50..7bb503e 100644 --- a/templates/process.html +++ b/templates/process.html @@ -84,8 +84,8 @@ edit process of ID {{process.id_}} {% if process.id_ %} [history]{% endif %} -default effort -{% if process.id_ %} [history]{% endif %} +effort +{% if process.id_ %} [history]{% endif %} description @@ -97,11 +97,11 @@ edit process of ID {{process.id_}} conditions -{{ macros.simple_checkbox_table("condition", process.conditions, "condition", "condition_candidates") }} +{{ macros.simple_checkbox_table("conditions", process.conditions, "condition", "condition_candidates") }} blockers -{{ macros.simple_checkbox_table("blocker", process.blockers, "condition", "condition_candidates") }} +{{ macros.simple_checkbox_table("blockers", process.blockers, "condition", "condition_candidates") }} enables @@ -114,12 +114,14 @@ edit process of ID {{process.id_}} steps +{% if steps %} {% for step_id, step_node in steps.items() %} {{ step_with_steps(step_id, step_node, 0) }} {% endfor %}
-add: +{% endif %} +add: