{{ if .ImageURL }} {{ end }} {{ if .EmbeddedImage }} {{ end }} {{ if .Annotations.summary }} Summary {{- .Annotations.summary -}} {{ end }} {{ if .Annotations.description }} Description {{ range $line := (splitList "\n" .Annotations.description) }} {{ $line }}
{{ end }}
{{ end }}
{{ if .Values }} Values {{ range $refID, $value := .Values }} {{ $refID }}={{ $value }}  {{ end }} {{ end }} {{ if .Labels.SortedPairs }} Labels {{ range .Labels.SortedPairs }} {{ .Name }} {{ .Value }} {{ end }} {{ end }} {{ if (without .Annotations.SortedPairs.Names "description" "summary") }} Annotations {{ range .Annotations.SortedPairs }} {{ if and (ne .Name "description") (ne .Name "summary") }} {{ .Name }} {{ .Value }} {{ end }} {{ end }} {{ end }} {{ if .SilenceURL }} Silence {{ end }} {{ if .Annotations.runbook_url }} View runbook {{ end }} {{ if .DashboardURL }} View dashboard {{ end }} {{ if .PanelURL }} View panel {{ end }} Observed {{ ago .StartsAt }} before this notification was delivered, at {{ .StartsAt }}