Back to Mattermost

Warn Metric Ack

server/templates/warn_metric_ack.html

11.7.0646 B
Original Source

{{define "warn_metric_ack"}}

|

|

|

{{.Props.Title}}

{{.Props.Info}}
{{.Props.Warning}}

| |

|

{{.Props.ContactNameHeader}} {{.Props.ContactNameValue}}

| {{if .Props.ContactEmailValue}} |

{{.Props.ContactEmailHeader}} {{.Props.ContactEmailValue}}

| {{end}} {{if .Props.RegisteredUsersValue}} |

{{.Props.RegisteredUsersHeader}} {{.Props.RegisteredUsersValue}}

| {{end}} {{if .Props.SiteURL}} |

{{.Props.SiteURLHeader}} {{.Props.SiteURL}}

| {{end}} {{if .Props.TelemetryIdValue}} |

{{.Props.TelemetryIdHeader}} {{.Props.TelemetryIdValue}}

| {{end}} |

| | {{template "email_footer" . }} | |

|

{{end}}