{{define "active_sessions"}}
| ID | IP | Country | Username | Type | Score | Connected |
|---|---|---|---|---|---|---|
{{truncateID .ID}}{{if gt .EventCount 0}} replay{{end}} |
{{.IP}} | {{.Country}} | {{.Username}} | {{if .ExecCommand}}exec{{else}}{{.ShellName}}{{end}} | {{if .HumanScore}}{{if gt (derefFloat .HumanScore) 0.6}}{{formatScore .HumanScore}}{{else}}{{formatScore .HumanScore}}{{end}}{{else}}-{{end}} | {{formatTime .ConnectedAt}} |
| No active sessions | ||||||