{{ range .Rules }}
{{ $last := "" }} {{ range .Triggers }}
{{ if ne .Device.GetName $last }} {{ $last = .Device.GetName }} {{ .Device.GetIconHtml }} {{ .Device.GetName }} {{ end }}
{{ .Key }} {{ .Condition.Operator }} {{ .Condition.Value }}
{{ end }}
{{ $last := "" }} {{ range .Receivers }}
{{ if ne .Device.GetName $last }} {{ $last = .Device.GetName }} {{ .Device.GetIconHtml }} {{ .Device.GetName }} {{ end }}
{{ .Key }}: {{ .Value }}
{{ end }}
{{ end }}