X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;f=templates%2Fprocess.html;h=8731f4b7b12646fb9a4cc44e4726ff543f91ba8a;hb=a4ca74f81ae42abe27cf6dbab7ef18c850db72c2;hp=55eeb52589fae2c97d1585b64624cb36eefab456;hpb=c6bc1fddcf12ae9523cf5b1b595638c762677c52;p=plomtask diff --git a/templates/process.html b/templates/process.html index 55eeb52..8731f4b 100644 --- a/templates/process.html +++ b/templates/process.html @@ -11,13 +11,19 @@ {% endif %} {% for i in range(indent) %}+{%endfor %} +{% if (not step_node.is_explicit) and step_node.seen %} +({{step_node.process.title.newest|e}}) +{% else %} {{step_node.process.title.newest|e}} +{% endif %} +{% if step_node.is_explicit %} add step: +{% endif %} -{% if indent < 5 %} +{% if step_node.is_explicit or not step_node.seen %} {% for substep_id, substep in step_node.steps.items() %} {{ process_with_steps(substep_id, substep, indent+1) }} {% endfor %} @@ -25,11 +31,12 @@ add step: title: description: default effort: +

steps

{% for step_id, step_node in steps.items() %} {{ process_with_steps(step_id, step_node, 0) }} @@ -41,8 +48,15 @@ add step: {% endfor %} +

save

+

step of

+ {% endblock %}