X-Git-Url: https://plomlompom.com/repos/feed.xml?a=blobdiff_plain;f=templates%2Fcondition.html;h=6b28a525112ada4d9f8c33a62d77353a83df40a2;hb=5330c790adbff45a76988d6483ab0175cb95da77;hp=8e73e5ee5ec712f566271dc2ab8eb8347042048a;hpb=2ca0045683f74254fd0e248c2567fa2efa358c08;p=plomtask diff --git a/templates/condition.html b/templates/condition.html index 8e73e5e..6b28a52 100644 --- a/templates/condition.html +++ b/templates/condition.html @@ -10,7 +10,7 @@ title - +{% if condition.id_ %} [history]{% endif %} @@ -20,9 +20,45 @@ description - +{% 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 %}