{% load humanize %} {% load statusboard %} {% load i18n %} {% for incident in incidents %} {% ifchanged incident.occurred.date %} {% endifchanged %}
{% if incident.service %} {{ incident.service.name }} {% endif %} {{ incident.name }} {% if perms.statusboard.delete_incident %} {% trans 'delete' %} {% endif %} {% if perms.statusboard.edit_incident %} {% trans 'edit' %} {% endif %}
{% trans "occurred" %} {{ incident.occurred|naturaltime }}
{% endfor %}