Back to Mattermost

{{if .TitleLink}}{{end}} {{.Title}} {{if .Title}}{{end}}

server/templates/messages_notification.html

11.7.01.5 KB
Original Source

{{define "messages_notification"}}

|

|

|

| |

|

|

|

| {{.Props.Title}} | | {{.Props.SubTitle}} | |

| {{.Props.Button}} |

|

|

{{range .Props.Posts}}

|

|

| |

|

|

{{.SenderName}} {{if .Time}} {{.Time}} {{end}} {{if .ChannelName}} {{if .ShowChannelIcon}}

{{end}} {{if .OtherChannelMembersCount}} {{.OtherChannelMembersCount}} {{end}} {{.ChannelName}}

{{end}} | | {{.Message}} |

{{if .MessageAttachments}} {{range .MessageAttachments}}

{{.Pretext}}

{{if or .AuthorIcon .AuthorName}} | {{if .AuthorLink}}{{end}} {{if .AuthorIcon}} {{end}} {{if .AuthorName}}{{.AuthorName}}{{end}} {{if .AuthorLink}}{{end}} | {{end}} {{if .Title}} |

{{if .TitleLink}}{{end}} {{.Title}} {{if .Title}}{{end}}

| {{end}}

| {{.Text}} | {{if .ImageURL}} | | {{end}}

{{range .FieldRows}} | {{ $length := len .Cells }} {{range .Cells}}
{{.Title}}

{{.Value}} | {{end}} {{end}}

{{if .ThumbURL}}

{{end}} {{if .Footer}}

| {{if .FooterIcon}}{{end}} {{.Footer}} |

{{end}}

{{end}} {{end}}

{{if .MessageURL}} |

| {{$.Props.MessageButton}} |

| {{end}}

|

{{end}}

|

| {{.Props.NotificationFooterTitle}} | | {{.Props.NotificationFooterInfoLogin}}{{.Props.NotificationFooterInfo}} |

|

|

| {{.Props.Organization}} {{.Props.FooterV2}} |

|

|

{{end}}