X-Git-Url: https://plomlompom.com/repos/%7B%7Bprefix%7D%7D/edit?a=blobdiff_plain;f=templates%2Fprocess.html;h=1be3daf344d1621ff58990ed5fc38a81d0b723b6;hb=30aef71506f7d6215b04cddaba8fddba1788f883;hp=bc8d6e6d64305feeb710bda44c7f6e8de9f6ecb3;hpb=5330c790adbff45a76988d6483ab0175cb95da77;p=plomtask diff --git a/templates/process.html b/templates/process.html index bc8d6e6..1be3daf 100644 --- a/templates/process.html +++ b/templates/process.html @@ -24,7 +24,7 @@ {% if step_node.is_explicit %} -add sub-step: +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") }}