{% macro render_item(item) %}
  • {% if item.children %} {% else %} {% endif %} {% if item.status == 'completed' %}✅ {% elif item.status == 'in_progress' %}⏳ {% elif item.status == 'error' %}❌ {% else %}⏸️ {% endif %} {{ item.name }}
    {% if item.children %} {% endif %}
  • {% endmacro %}
    {{ app_state.overall_progress }}% ({{ app_state.overall_status }})

    Execution Status

    {% if tree %} {% else %}

    No process running. Start a new one from the configuration.

    {% endif %}