{{define "recent_sessions"}} {{range .}} {{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}} {{if .DisconnectedAt}}{{formatTime (derefTime .DisconnectedAt)}}{{else}}active{{end}} {{else}} No sessions {{end}} {{end}}