{% for node in nodes %}
{{ node.state | replace('_', ' ') }}
{{ node.id }}
{% if node.plugin %}
{{ node.plugin }}
{% endif %} {% if node.message %}
{{ node.message }}
{% endif %} {% if node.error %}
{{ node.error }}
{% endif %} {% if node.output_path %}
{{ node.output_path }}
{% endif %}
{% if node.state == "awaiting_human" %} {% endif %} {% if node.state == "failed" %} {% endif %}
{% else %}

No nodes — check pipeline.yaml.

{% endfor %}