Back to Mattermost

Mattermost Compliance Export

server/templates/globalrelay_compliance_export.html

11.7.0658 B
Original Source

{{define "globalrelay_compliance_export"}}

Mattermost Compliance Export

Conversation Summary

  • TeamId:{{.Props.TeamId}}
  • TeamName:{{.Props.TeamName}}
  • TeamDisplayName:{{.Props.TeamDisplayName}}
  • ChannelId:{{.Props.ChannelId}}
  • ChannelName:{{.Props.ChannelName}}
  • ChannelDisplayName:{{.Props.ChannelDisplayName}}
  • Started:{{.Props.Started}}
  • Ended:{{.Props.Ended}}
  • Duration:{{.Props.Duration}}

| UserId
| Username
| UserType
| Email | Joined | Left | Duration | Messages | | --- | --- | --- | --- | --- | --- | --- | --- | {{.Props.ParticipantRows}}

Messages

{{.Props.Messages}}

Exported on {{.Props.ExportDate}}

{{end}}