{{- if .HasFilters }} Filtered: {{- if .Filters.CompanyID }} company={{.Filters.CompanyID}}{{- end }} {{- if .Filters.Channel }} channel={{.Filters.Channel}}{{- end }} {{- if .Filters.AlertID }} alert={{.Filters.AlertID}}{{- end }} · {{- end }} {{if .ShowAll}}showing all (incl. discarded){{else}}hiding discarded{{end}} · last 30d · {{len .Rows}} row(s)
{{if .Rows}}| id | created | company | channel | alert | individual | attempts | last error | actions |
|---|---|---|---|---|---|---|---|---|
| #{{.ID}} | {{.CreatedAt.Format "2006-01-02 15:04:05 UTC"}} | {{.CompanyID}} | {{.Channel}} | {{.AlertID}} | {{.IndividualID}} | {{.Attempts}} | {{.LastError}} | {{if not .Discarded}} {{else}} discarded{{if .DiscardedBy}} by {{.DiscardedBy}}{{end}} {{end}} json |