{% for node in nodes %}
{{ node.state }} {{ node.id }} {% if node.plugin %}{{ node.plugin }}{% endif %}
{% if node.state == "awaiting_human" %} {% endif %} {% if node.state == "failed" %} {% endif %}
{% if node.message %}
{{ node.message }}
{% endif %} {% if node.error %}
{{ node.error }}
{% endif %} {% if node.output_path %}
Output: {{ node.output_path }}
{% endif %}
{% else %}

No nodes found. Check pipeline.yaml.

{% endfor %}