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