{{define "content"}}

Session {{.Session.ID}}

Session Info
IP{{.Session.IP}}
Country{{.Session.Country}}
Username{{.Session.Username}}
Shell{{.Session.ShellName}}
Score{{formatScore .Session.HumanScore}}
Connected{{formatTime .Session.ConnectedAt}}
Disconnected {{if .Session.DisconnectedAt}}{{formatTime (derefTime .Session.DisconnectedAt)}}{{else}}active{{end}}
{{if gt .EventCount 0}}

Session Replay

{{else}}

No recorded events for this session.

{{end}} {{if .Logs}}

Command Log

{{range .Logs}} {{end}}
Time Input Output
{{formatTime .Timestamp}} {{.Input}}
{{.Output}}
{{end}}

← Back to dashboard

{{end}}