{{define "content" -}} {{with .Data}}

{{.DisplayName}}

Account

Statistics

{{if .HasStats}} {{else}}

no statistics

{{end}}
{{if .MoveChart}}

Move timing

Think time per move number across all games — min · mean · max.

{{.MoveChart}}
{{end}}

Identities

{{range .Identities}} {{else}}{{end}}
KindExternal IDConfirmedCreated
{{.Kind}}{{.ExternalID}}{{if .Confirmed}}yes{{else}}no{{end}}{{.CreatedAt}}
no identities (guest)
{{if .TelegramID}}

Send Telegram message

{{if .ConnectorEnabled}}
{{else}}

connector not configured (set BACKEND_CONNECTOR_ADDR)

{{end}}
{{end}}

Games

{{range .Games}} {{else}}{{end}}
GameVariantStatusPlayersUpdated
{{.ID}}{{.Variant}}{{.Status}}{{.Players}}{{.UpdatedAt}}
no games
{{end}} {{- end}}