{{define "content" -}}

Messages

{{with .Data}}
{{if .GameID}}{{end}} {{if .UserID}}{{end}}
{{if or .GameID .UserID}}

Filtered{{if .GameID}} to game {{.GameID}}{{end}}{{if .UserID}} from sender{{end}} · clear

{{end}} {{range .Items}} {{else}} {{end}}
TimeSourceSenderIPMessageGame
{{.CreatedAt}} {{.Source}} {{.SenderName}} {{.IP}} {{.Body}} game
no messages
{{end}} {{- end}}