{{ pipeline.schedule_text }}
{% if pipeline.last_run %}
{{ pipeline.last_run.status }}
{% else %}
not run yet
{% endif %}
{{ pipeline.title }}
{{ pipeline.pipeline_id }}
{{ pipeline.description or "No operator-facing description added yet." }}
Flow summary
{{ pipeline.command_preview }}
Primary entry
{{ pipeline.primary_entry }}
Next run
{{ pipeline.next_run_label }}
Retry policy
{{ pipeline.retry_summary }}
{% for target in pipeline.trigger_targets %}
triggers {{ target }}
{% endfor %}