X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;f=templates%2Ftodo.html;fp=templates%2Ftodo.html;h=a711568edf75c6291051cb300325b650ed57cb2e;hb=eb16b47ddcaefaeab2f616419ea746cc32346893;hp=efaabdd2a4de4f6aba490e1fe77b618782434104;hpb=31b778276bb7297151f1c90098cc50842c9c138f;p=plomtask diff --git a/templates/todo.html b/templates/todo.html index efaabdd..a711568 100644 --- a/templates/todo.html +++ b/templates/todo.html @@ -43,6 +43,11 @@ {{ macros.simple_checkbox_table("condition", todo.conditions, "condition", "condition_candidates") }} + +blockers +{{ macros.simple_checkbox_table("blocker", todo.blockers, "condition", "condition_candidates") }} + + enables {{ macros.simple_checkbox_table("enables", todo.enables, "condition", "condition_candidates") }}