X-Git-Url: https://plomlompom.com/repos/bar%20baz.html?a=blobdiff_plain;f=templates%2Fcondition.html;h=b20b5fe04c3520264a4e4864769889b46b7d9227;hb=4c546e0133670dd10aec890c3cea6329c3a29663;hp=324c8f8a0efe9c6c05dba0307fd682807983bcdf;hpb=63073c2c05785d2b5539780dd5bc40adff57aab1;p=plomtask diff --git a/templates/condition.html b/templates/condition.html index 324c8f8..b20b5fe 100644 --- a/templates/condition.html +++ b/templates/condition.html @@ -4,7 +4,7 @@ {% block content %} -

condition

+

{% if is_new %}NEW {% endif %}condition

@@ -27,7 +27,7 @@ @@ -36,7 +36,7 @@ @@ -45,7 +45,7 @@ @@ -54,7 +54,7 @@
enables {% for process in enabled_processes %} -{{process.title.newest|e}}
+{{process.title.newest|e}}
{% endfor %}
disables {% for process in disabled_processes %} -{{process.title.newest|e}}
+{{process.title.newest|e}}
{% endfor %}
enabled by {% for process in enabling_processes %} -{{process.title.newest|e}}
+{{process.title.newest|e}}
{% endfor %}
disabled by {% for process in disabling_processes %} -{{process.title.newest|e}}
+{{process.title.newest|e}}
{% endfor %}