X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;f=templates%2Fcondition.html;h=6b28a525112ada4d9f8c33a62d77353a83df40a2;hb=80025e0b2d278a44852b6a397184d1f71c2075fe;hp=1fc5902025c7cc21a04a656880a973ed5b6ed312;hpb=53f151ef577dd8115e72d38a8991ad77c75f7e59;p=plomtask diff --git a/templates/condition.html b/templates/condition.html index 1fc5902..6b28a52 100644 --- a/templates/condition.html +++ b/templates/condition.html @@ -23,6 +23,42 @@ {% if condition.id_ %} [history]{% endif %} + +enables + +{% for process in enabled_processes %} +{{process.title.newest|e}}
+{% endfor %} + + + + +disables + +{% for process in disabled_processes %} +{{process.title.newest|e}}
+{% endfor %} + + + + +enabled by + +{% for process in enabling_processes %} +{{process.title.newest|e}}
+{% endfor %} + + + + +disabled by + +{% for process in disabling_processes %} +{{process.title.newest|e}}
+{% endfor %} + + + {{ macros.edit_buttons() }} {% endblock %}