{% extends "statusboard/base.html" %} {% load humanize %} {% load statusboard %} {% load i18n %} {% block content %}
{% for m in maintenances %} {% endfor %} {% if worst_status != None %} {% endif %} {% include "statusboard/servicegroup/list_snippet.html" with servicegroups=servicegroups uncategorized=uncategorized perms=perms only %} {% if incidents %}

{% trans 'Recent incidents' %} {% if perms.statusboard.incident_create %} {% trans 'create' %} {% endif %}

{% include "statusboard/incident/list_snippet.html" with incidents=incidents perms=perms only %}
{% endif %}
{% endblock %}