{% load humanize %} {% load statusboard %} {% load i18n %} {% for incident in incidents %} {% ifchanged incident.occurred.date %} {% endifchanged %}
{{ incident.name }} {% if perms.statusboard.delete_incident %} {% trans 'delete' %} {% endif %} {% if perms.statusboard.change_incident %} {% trans 'edit' %} {% endif %}
{% for s in incident.services.all %} {{ s.name }} {% endfor %}
{% endfor %}