X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;f=templates%2Fprocess.html;h=a07645e6a38646f08d5d4b0b23e35fba90a80f49;hb=77e9d9dfa5681bc32e8aec8558d0fa449805e3ac;hp=d833c52a838e143c27452aa962936c88eb8a815e;hpb=29969c2d0fb6c464662737df1da94f76dc2c0982;p=plomtask diff --git a/templates/process.html b/templates/process.html index d833c52..a07645e 100644 --- a/templates/process.html +++ b/templates/process.html @@ -22,7 +22,7 @@ {% if step_node.is_explicit %} -add: +add sub-step: {% endif %} @@ -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") }}