{% if pipelines %}
{% for p in pipelines %}
Ref Status Created
{% endfor %}
{{ p.ref }} {{ p.status }}
{{ p.created_at | timeago }}
No pipelines.
{% endif %}