{{ define "settings" }} {{ $description := "Notifications are connections to other services to notify about events. This can be slack messages, emails, webhooks, anything." }} {{ $length := len .Notifications }} {{ if eq $length 0 }}

There are no notifications yet.

{{ $description }}

Create First Notification
{{ else }}
{{ range .Notifications }} {{ end }}
List of Notifications

{{ $description }}

Create New
Name Type Action
{{ .Name }} {{ .Type }} Details
{{ end }} {{ end }}