X-Git-Url: https://plomlompom.com/repos/%22https:/validator.w3.org/static/git-favicon.png?a=blobdiff_plain;f=templates%2Fcondition.html;h=b20b5fe04c3520264a4e4864769889b46b7d9227;hb=80e2cf170d408e7d183301ea3fba0df65ec261d5;hp=8e73e5ee5ec712f566271dc2ab8eb8347042048a;hpb=2ca0045683f74254fd0e248c2567fa2efa358c08;p=plomtask diff --git a/templates/condition.html b/templates/condition.html index 8e73e5e..b20b5fe 100644 --- a/templates/condition.html +++ b/templates/condition.html @@ -4,13 +4,13 @@ {% block content %} -

condition

+

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

- + @@ -20,9 +20,45 @@ - + + + + + + + + + + + + + + + + + + + + +
title{% if condition.id_ %} [history]{% endif %}
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 %}