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

{{ ci.name }}

{{ ci.latest_status.last_changed_at|timesince }}

{% if ci.latest_status.is_manual %}

(assigned by: {{ ci.latest_status.author_username }})

{% else %}
{% endif %}

{{ ci.latest_status.summary }}

Details Statuses History {% if user.is_authenticated and user.is_active and user|can_manage_statuses %} Set New Status {% endif %}
{% else %}

{{ ci.name }}


Not analyzed yet.

{% endif %}