{% if pipelines %}
{% for p in pipelines %} {% endfor %}
RefStatusCreated
{{ p.ref }} {{ p.status }} {{ p.created_at }}
{% else %}

No pipelines.

{% endif %}