{%import "commonExecuteCallback.js" as commons with context%} {%import "executePythonDisplayMacro.js" as display with context%} {%set editMode = this.options.get("nostore_edit")=='true'%} {% if editMode %}
Step 1 of {{steps|count}}
{% set stepContext = "html"%} {%for step in steps%} {% set stepId = "step" ~ loop.index%}
{% with args=step["args"]%} {%include module + ":" + step["template"]%} {% endwith %} {%if loop.index > 1%} {%endif%} {%if loop.index < loop.length%} {%endif%}
{%endfor%}
{%else%} {% for task in tasks %} {% endfor %}
Status Task Action
{{task['task']}} {% if task['code'] and task['id']%} {% else %} {{task['action']}} {% endif %}
{%endif%}