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