{{define "active_sessions"}} {{range .}} {{else}} {{end}}
ID IP Country Username Shell Score Connected
{{truncateID .ID}} {{.IP}} {{.Country}} {{.Username}} {{.ShellName}} {{if .HumanScore}}{{if gt (derefFloat .HumanScore) 0.6}}{{formatScore .HumanScore}}{{else}}{{formatScore .HumanScore}}{{end}}{{else}}-{{end}} {{formatTime .ConnectedAt}}
No active sessions
{{end}}