{% for category in categories %}
{% for status in category[3] %}

{% if status.pipeline.title %} {{ status.pipeline.title }} ({{ status.id.split('/')[-1] }}) {% else %} {{ status.id }} {% endif %}
{{ status.message }}

{% if status.pipeline.description %} {{ markdown(status.pipeline.description) | safe }}
{% endif %}
Last Run triggered by:
{{ status.trigger }}
Last Run started at:
{{ status.started }}
Last Completion:
{{ status.ended }}
Last Success:
{{ status.last_success }}

Pipeline ID: {{ status.id }}

{% endfor %}
{% endfor %}