{{ $report := $.Site.Data.dsnetreport }} {{ with $report }} {{ range $report.Peers }} {{ if .Dormant }} {{ else }} {{ end }} {{ if .Online }} {{ else }} {{ end }} {{ end }}
{{ $report.PeersOnline }} of {{ $report.PeersTotal }} devices connected
Hostname Status IP Owner Description Up Down
{{ .Hostname }}onlineoffline{{ .IP }} {{ .Owner }} {{ .Description }} {{ .ReceiveBytesSI }} {{ .TransmitBytesSI }}
{{ else }}
    
        /etc/dsnetreport.json not found or empty
    
{{ end }}