X-Git-Url: https://plomlompom.com/repos/%7B%7B%20web_path%20%7D%7D/decks/%7B%7Bdeck_id%7D%7D/cards/%7B%7Bcard_id%7D%7D/form?a=blobdiff_plain;f=templates%2Fcondition.html;h=b20b5fe04c3520264a4e4864769889b46b7d9227;hb=80e2cf170d408e7d183301ea3fba0df65ec261d5;hp=1fc5902025c7cc21a04a656880a973ed5b6ed312;hpb=53f151ef577dd8115e72d38a8991ad77c75f7e59;p=plomtask diff --git a/templates/condition.html b/templates/condition.html index 1fc5902..b20b5fe 100644 --- a/templates/condition.html +++ b/templates/condition.html @@ -4,7 +4,7 @@ {% block content %} -

condition

+

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

@@ -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 %}