X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;f=templates%2Fcondition.html;h=8deb71cbf4dac93d837fb3cd51c8fd3b6b4cce6d;hb=8b606f7c555c250f0d5ab8314aa95ce7efda07c7;hp=1fc5902025c7cc21a04a656880a973ed5b6ed312;hpb=53f151ef577dd8115e72d38a8991ad77c75f7e59;p=plomtask diff --git a/templates/condition.html b/templates/condition.html index 1fc5902..8deb71c 100644 --- a/templates/condition.html +++ b/templates/condition.html @@ -3,8 +3,16 @@ +{% block css %} +input[name="title"] { + width: 100em; +} +{% endblock %} + + + {% block content %} -

condition

+

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

@@ -23,6 +31,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 %}