X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;f=templates%2Fprocess.html;h=8731f4b7b12646fb9a4cc44e4726ff543f91ba8a;hb=a4ca74f81ae42abe27cf6dbab7ef18c850db72c2;hp=36bad6eac5752b5827a8bdddb224e2259e7f4982;hpb=95ef866e3e5e1d7d4604da05f44b18e32fe73cfb;p=plomtask diff --git a/templates/process.html b/templates/process.html index 36bad6e..8731f4b 100644 --- a/templates/process.html +++ b/templates/process.html @@ -11,7 +11,11 @@ {% 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 %} @@ -19,7 +23,7 @@ add step: title: description: default effort: +

steps

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

save

+

step of

+ {% endblock %}