{% load helpers %}
{{ ci.latest_status.updated_at|timesince }}
{% if ci.latest_status.is_manual %}(assigned by: {{ ci.latest_status.author_username }})
{% else %}{{ ci.latest_status.summary }}
Details Statuses History {% if user.is_authenticated and user.is_active and user|can_manage_statuses %} Set New Status {% endif %}