X-Git-Url: https://plomlompom.com/repos/feed.xml?a=blobdiff_plain;f=templates%2Fprocess.html;h=8944c955688da6cc1021559645a36f0e34603938;hb=8c96e82d1fbab103444d6900318fd249c6164a54;hp=6dea4937527248d1edbe38911723895bc2399e94;hpb=e150bee233a648950061b716dc1780581105ede6;p=plomtask diff --git a/templates/process.html b/templates/process.html index 6dea493..8944c95 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() }}