X-Git-Url: https://plomlompom.com/repos/foo.html?a=blobdiff_plain;f=templates%2Fprocess.html;h=1dcfff627c99f0f17218392ac86aee7f0b607502;hb=6034476a4d81e28c45e906cdcc36138bc28ccd55;hp=55eeb52589fae2c97d1585b64624cb36eefab456;hpb=c6bc1fddcf12ae9523cf5b1b595638c762677c52;p=plomtask diff --git a/templates/process.html b/templates/process.html index 55eeb52..1dcfff6 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 %}