X-Git-Url: https://plomlompom.com/repos/berlin_corona.txt?a=blobdiff_plain;f=templates%2Fprocess.html;h=8239dc27ef41104dd1ab701a3ca2556c31c7753e;hb=e3b01fe14d7a3b824b909382671acc4657e98145;hp=200c6ea99ebe61bcf51cbee44d98a138ae576ac9;hpb=48ed70167c50303f46309c5808f93f2ba169b34f;p=plomtask diff --git a/templates/process.html b/templates/process.html index 200c6ea..8239dc2 100644 --- a/templates/process.html +++ b/templates/process.html @@ -24,8 +24,8 @@ {% if step_node.is_explicit %} -add sub-step: -{% elif step_node.seen %} +add sub-step: +{% elif not step_node.seen %} suppress {% endif %} @@ -40,7 +40,7 @@ add sub-step: process +

{% if is_new %}NEW {% endif %}process

@@ -92,17 +92,13 @@ add sub-step: -add: +add: - + @@ -117,5 +113,5 @@ add: {{ macros.datalist_of_titles("condition_candidates", condition_candidates) }} -{{ macros.datalist_of_titles("step_candidates", step_candidates) }} +{{ macros.datalist_of_titles("process_candidates", process_candidates) }} {% endblock %}
step of -{% for owner in owners %} -{{owner.title.newest|e}}
-{% endfor %} -
{{ macros.simple_checkbox_table("step_of", owners, "process", "process_candidates") }}