Back to Mattermost

Invite Body

server/templates/invite_body.html

11.7.0933 B
Original Source

{{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}} |

| {{$.Props.MessageButton}} |

| {{end}}

|

{{end}} {{else}}

|

|

| |

|

|

{{end}}

|

| {{.Props.InviteFooterTitle}} | | {{.Props.InviteFooterInfo}} | | {{.Props.InviteFooterLearnMore}} |

|

|

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

|

|

{{end}}