{% load humanize %} {% load statusboard_extras %} {% for incident in incidents %} {% ifchanged incident.modified.date %} {% endifchanged %}
{% if incident.service %} {{ incident.service.name }} {% endif %} {{ incident.name }}
occurred {{ incident.occurred|naturaltime }}
{% endfor %}