{{define "messages_notification"}}
{{.Props.Title}}
{{.Props.SubTitle}}
{{.Props.Button}}
{{range .Props.Posts}}
{{if .MessageURL}} {{end}}
{{.SenderName}}
{{if .Time}}
{{.Time}}
{{end}} {{if .ChannelName}}
{{.ChannelName}}
{{end}}
{{.Message}}
{{$.Props.MessageButton}}
{{end}}
{{.Props.NotificationFooterTitle}}
{{.Props.NotificationFooterInfoLogin}}{{.Props.NotificationFooterInfo}}
{{.Props.Organization}} {{.Props.FooterV2}}
{{end}}