{{ .Device.Product }}
{{ .Lang "txtFirmware" }}
{{ .Lang "txtProfile" }}
{{ .Lang "txtBrightness" }}
{{ .Lang "txtDeleteProfile" }}
LED Port {{ $hub.PortId }}
{{ $root.Lang "txtDevice" }}
{{ $root.Lang "txtAmount" }}
{{ range $device := $devices }}
{{ if gt $device.LedChannels 0 }}
{{ continue }}
{{ end }}
{{ end }}
{{ $device.Name }}
{{ $device.Label }}
{{ if $device.HasTemps }}
{{ $tempLang := $root.Lang "txtTemperature" }}
{{ if $device.ContainsPump }}
{{ $tempLang = $root.Lang "txtLiquid" }}
{{ else if $device.IsCpuBlock }}
{{ $tempLang = $root.Lang "txtLiquid" }}
{{ end }}
{{ if gt $device.Temperature 0.00 }}
{{ $tempLang }}
{{ end }}
{{ end }}
{{ if $device.HasSpeed }}
{{ $root.Lang "txtSpeed" }}
{{ $root.Lang "txtProfile" }}
{{ end }}
{{ range $device := $devices }}
{{ if gt $device.LedChannels 0 }}
{{ end }}
{{ end }}
{{ $device.Name }}
{{ $device.Label }}
{{ $root.Lang "txtRgb" }}