X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;f=templates%2Fprocess.html;h=8731f4b7b12646fb9a4cc44e4726ff543f91ba8a;hb=a4ca74f81ae42abe27cf6dbab7ef18c850db72c2;hp=0a15cc4052a8d61bf1b2d624a90cfbfc7d86a9e8;hpb=0ed752a84400e7e95c469ca6c7384d3c6b027c4f;p=plomtask diff --git a/templates/process.html b/templates/process.html index 0a15cc4..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,17 +23,20 @@ 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 %}