{{ pipeline_name }}

{{ pipeline_info.summary }}

{% if pipeline_info.description %}

{{ pipeline_info.description|safe|linebreaksbr }}

{% endif %}
{% for step in pipeline_info.steps %} {{ step.name }} {% if step.groups %} {% for group in step.groups %} {{ group }} {% endfor %} {% endif %}
{{ step.doc|safe }}
{% if not forloop.last %}
↓
{% endif %} {% endfor %}