X-Git-Url: https://plomlompom.com/repos/foo.html?a=blobdiff_plain;f=templates%2Fprocess.html;h=9df8b4542a281c86850410ba6576fb27d08c5259;hb=0c668bad3efe0db132452b63ecfef05320ca9e48;hp=d833c52a838e143c27452aa962936c88eb8a815e;hpb=29969c2d0fb6c464662737df1da94f76dc2c0982;p=plomtask diff --git a/templates/process.html b/templates/process.html index d833c52..9df8b45 100644 --- a/templates/process.html +++ b/templates/process.html @@ -22,7 +22,7 @@ {% if step_node.is_explicit %} -add: +add sub-step: {% endif %} @@ -55,11 +55,21 @@ add:
{% if process.id_ %} [history]{% endif %} + +calendarize + + + conditions {{ 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() }}