{{ define "content" }}

Connected Devices

{{ with .Devices }} {{ range . }} {{ if (eq .OSName "linux") }}{{ end }} {{ if (eq .OSName "windows") }}{{ end }} {{ if (eq .OSName "darwin") }}{{ end }} {{ if and (ne .OSName "linux") (ne .OSName "windows") (ne .OSName "darwin") }}{{ end }} {{ if (eq .OSName "linux") }}{{ end }} {{ if (eq .OSName "windows") }}{{ end }} {{ if (eq .OSName "darwin") }}{{ end }} {{ if and (ne .OSName "linux") (ne .OSName "windows") (ne .OSName "darwin") }}{{ end }} {{ end }} {{ end }} {{ $length := len .Devices }} {{ if eq $length 0 }} {{ $length := len .Devices }} {{ else if eq $length 1 }} {{ else }} {{ end }}
# Hostname Username OS Local IP Mac Address Management
{{ .Hostname }} {{ .Username }} ({{.UserID}}) {{ .OSName }} {{ .OSName }} {{ .OSName }} {{ .OSName }}{{ .LocalIPAddress }} {{ .MacAddress }}
No connected devices.
Showing {{ $length }} connected device.
Showing {{ $length }} connected devices.
{{ end }}