X-Git-Url: https://plomlompom.com/repos/foo.html?a=blobdiff_plain;f=templates%2Fprocess.html;h=9df8b4542a281c86850410ba6576fb27d08c5259;hb=0c668bad3efe0db132452b63ecfef05320ca9e48;hp=6dea4937527248d1edbe38911723895bc2399e94;hpb=e150bee233a648950061b716dc1780581105ede6;p=plomtask diff --git a/templates/process.html b/templates/process.html index 6dea493..9df8b45 100644 --- a/templates/process.html +++ b/templates/process.html @@ -22,7 +22,7 @@ {% if step_node.is_explicit %} -add: +add sub-step: {% endif %} @@ -65,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") }} @@ -96,6 +101,13 @@ add: + +todos + +{{n_todos}}
+ + + {{ macros.edit_buttons() }}