X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;f=templates%2Fprocess.html;fp=templates%2Fprocess.html;h=7ad59b844cd4ae7d03f8ee597b7ba9f9d7918f04;hb=eb16b47ddcaefaeab2f616419ea746cc32346893;hp=6dea4937527248d1edbe38911723895bc2399e94;hpb=31b778276bb7297151f1c90098cc50842c9c138f;p=plomtask diff --git a/templates/process.html b/templates/process.html index 6dea493..7ad59b8 100644 --- a/templates/process.html +++ b/templates/process.html @@ -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") }}