X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;f=templates%2Fprocess.html;h=8944c955688da6cc1021559645a36f0e34603938;hb=ad957773a676d94f523199e7fc46fa416224a09f;hp=5aebe53aaecf8f49b6e8440da36c5987c0e24d3e;hpb=9e297373770305a915dbe987bf6fda02db704ec6;p=plomtask diff --git a/templates/process.html b/templates/process.html index 5aebe53..8944c95 100644 --- a/templates/process.html +++ b/templates/process.html @@ -22,7 +22,7 @@ {% if step_node.is_explicit %} -add: +add sub-step: {% endif %} @@ -42,17 +42,22 @@ add: title - +{% if process.id_ %} [history]{% endif %} default effort - +{% if process.id_ %} [history]{% endif %} description - +
{% if process.id_ %} [history]{% endif %} + + + +calendarize + @@ -60,6 +65,11 @@ add: {{ macros.simple_checkbox_table("condition", process.conditions, "condition", "condition_candidates") }} + +blockers +{{ macros.simple_checkbox_table("blocker", process.blockers, "condition", "condition_candidates") }} + + enables {{ macros.simple_checkbox_table("enables", process.enables, "condition", "condition_candidates") }} @@ -91,6 +101,13 @@ add: + +todos + +{{n_todos}}
+ + + {{ macros.edit_buttons() }}