{{ if .Dashboard.TemperatureBar }} {{ template "temperature-bar" . }} {{ end }}
{{ .Device.Product }}
{{ .Lang "txtFirmware" }} {{ .Device.Firmware }}
{{ .Lang "txtProfile" }}
{{ .Lang "txtBrightness" }}
{{ $deviceProfile.BrightnessSlider }} %
{{ .Lang "txtCluster" }}
{{ .Lang "txtOpenRGB" }}
{{ .Lang "txtRgb" }}
{{ .Lang "txtSpeed" }}
{{ .Lang "txtDeleteProfile" }}
3-Pin Corsair RGB Hub
{{ .Lang "txtDevice" }}
{{ .Lang "txtAmount" }}
{{ $freePorts := len $device.FreeLedPorts }} {{ if gt $freePorts 0 }}
{{ .Lang "txtCustomRgbDevice" }}
{{ .Lang "txtLedPort" }}
{{ .Lang "txtDevice" }}
{{ end }}
{{ range $device := $devices }}
{{ if eq $device.Label "Pump" }} Pump {{ else }} {{ $device.Name }} {{ end }} {{ $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 }} {{ $device.TemperatureString }}
{{ end }} {{ end }} {{ if $device.HasSpeed }}
{{ $root.Lang "txtSpeed" }} {{ $device.Rpm }} RPM
{{ end }}
{{ $root.Lang "txtProfile" }}
{{ end }}
{{ range $device := $rgbDevices }}
{{ if eq $device.Label "Pump" }} Pump {{ else }} {{ $device.Name }} {{ end }} {{ $device.Label }}
{{ if gt $device.LedChannels 0 }}
{{ $root.Lang "txtRgb" }}
{{ $root.Lang "txtRgbOverride" }}
{{ end }}
{{ end }}