{{ define "settings" }} {{ $description := "Incidents can be manually created or based on monitors. They are used to notify about issues." }} {{ $length := len .Incidents }} {{ if eq $length 0 }}

There are no incidents yet.

{{ $description }}

Create First Incident
{{ else }}
{{ range .Incidents }} {{ end }}
List of Incidents

{{ $description }}

Create New
Name Notifications Action
{{ .Name }} {{ range .Notifications }} {{ . }} {{ end }} Details
{{ end }} {{ end }}