{{ .Device.Product }}
{{ .Lang "txtFirmware" }}
{{ .Lang "txtProfile" }}
{{ .Lang "txtBrightness" }}
{{ .Lang "txtCluster" }}
{{ .Lang "txtOpenRGB" }}
{{ .Lang "txtRgb" }}
{{ .Lang "txtSpeed" }}
{{ .Lang "txtDeleteProfile" }}
{{ .Lang "txtCustomRgbDevice" }}
{{ .Lang "txtLedPort" }}
{{ .Lang "txtDevice" }}
{{ range $device := $devices }}
{{ 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" }}
{{ end }}
{{ $root.Lang "txtProfile" }}
{{ if and $lcd $device.ContainsPump }}
{{ $root.Lang "txtLcdMode" }}
{{ $root.Lang "txtLcdRotation" }}
{{ end }}
{{ range $device := $rgbDevices }}
{{ end }}
{{ $device.Name }}
{{ $device.Label }}
{{ if gt $device.LedChannels 0 }}
{{ $root.Lang "txtRgb" }}
{{ $root.Lang "txtRgbOverride" }}
{{ end }}