{{define "active_sessions"}} {{range .}} {{else}} {{end}}
ID IP Country Username Type Score Input 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}} {{formatBytes .InputBytes}} {{formatTime .ConnectedAt}}
No active sessions
{{end}}