X-Git-Url: https://plomlompom.com/repos/bar%20baz.html?a=blobdiff_plain;f=templates%2Fcondition.html;fp=templates%2Fcondition.html;h=324c8f8a0efe9c6c05dba0307fd682807983bcdf;hb=63073c2c05785d2b5539780dd5bc40adff57aab1;hp=1fc5902025c7cc21a04a656880a973ed5b6ed312;hpb=5383b5cf1520a1cb66b4966dd4ee449a99f5e465;p=plomtask diff --git a/templates/condition.html b/templates/condition.html index 1fc5902..324c8f8 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 %}