{{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}} {{end}} {{if .Title}} {{end}}
{{if .AuthorLink}}{{end}} {{if .AuthorIcon}}attachment author icon{{end}} {{if .AuthorName}}{{.AuthorName}}{{end}} {{if .AuthorLink}}{{end}}

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

{{if .ImageURL}} {{end}}
{{.Text}}
{{range .FieldRows}} {{ $length := len .Cells }} {{range .Cells}} {{end}} {{end}}
{{.Title}}
{{.Value}}
{{if .ThumbURL}}
{{end}}
{{if .Footer}} {{end}}
{{end}}
{{end}}
{{if .MessageURL}} {{end}}
{{$.Props.MessageButton}}
{{end}}
{{.Props.NotificationFooterTitle}}
{{.Props.NotificationFooterInfoLogin}}{{.Props.NotificationFooterInfo}}
{{.Props.Organization}} {{.Props.FooterV2}}
{{end}}