{% load helpers %}
{% if ci.latest_status %}
{{ ci.latest_status.status_text }}

{{ ci.name }}

{{ ci.latest_status.last_changed_at|timesince }}


{{ ci.latest_status.summary }}

See Details CI Statuses History
{% else %}

{{ ci.name }}


Not analyzed yet.

{% endif %}