{{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 .MessageURL}} {{end}}
{{$.Props.MessageButton}}
{{end}}
{{.Props.NotificationFooterTitle}}
{{.Props.NotificationFooterInfoLogin}}{{.Props.NotificationFooterInfo}}
{{.Props.Organization}} {{.Props.FooterV2}}
{{end}}