{% for task in pipeline.tasks %}

Source: {{ task.source }}

Type: {{ task.type }}

Steps: {{ task.steps }}

{% endfor %}