name:
{{ .Name }}
state:
{{ .State }}
{{ if .Status }}
status:
{{ .Status }}
{{ end }} {{ if .Action }}
action:
{{ .Action }}
{{ end }} {{ if .See }}
see:
{{ .See }}
{{ end }} {{ if .Scan }}
scan:
{{ .Scan }}
{{ end }}
{{ range .Devs }} {{ end }}
Name Loc State Read Write Cksum
{{ .Name }} {{ if .EnableLed }}
{{ if .Locate }} {{ else }} {{ end }}
{{ end }}
{{ .State }} {{ nicenumber .Read }} {{ nicenumber .Write }} {{ nicenumber .Cksum }} {{ .Rest }}
{{ if .Errors }}
errors:
{{ .Errors }}
{{ end }}