{{define "invite_body"}}
{{.Props.Title}}
{{.Props.SubTitle}}
{{.Props.Button}}
{{if .Props.Message}}{{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}} {{else}}
{{end}}
{{.Props.InviteFooterTitle}}
{{.Props.InviteFooterInfo}}
{{.Props.Organization}} {{.Props.FooterV2}}
{{end}}