{{ $device.Product }}
{{ range $device := $devices }}
{{ if $device.MainPSU }}
{{ continue }}
{{ end }}
{{ if $device.HasSpeed }}
{{ $root.Lang "txtSpeed" }}
{{ $root.Lang "txtProfile" }}
{{ end }}
{{ if $device.HasTemps }}
{{ $device.Name }}
{{ end }}
{{ if eq $device.Name "Power Out" }}
{{ $device.Name }}
{{ end }}
{{ end }}
{{ range $device := $devices }}
{{ if $device.HasSpeed }}
{{ continue }}
{{ else if $device.HasTemps }}
{{ continue }}
{{ else if eq $device.Name "Power Out" }}
{{ continue }}
{{ else if $device.MainPSU }}
{{ continue }}
{{ end }}
{{ end }}
{{ $device.Name }}
{{ $device.Label }}
{{ if $device.HasWatts }}
{{ $root.Lang "txtWatts" }}
{{ end }}
{{ if $device.HasAmps }}
{{ $root.Lang "txtAmps" }}
{{ end }}
{{ if $device.HasVolts }}
{{ $root.Lang "txtVolts" }}
{{ end }}