{{ .Device.Product }}
{{ .Lang "txtFirmware" }}
{{ .Lang "txtProfile" }}
{{ .Lang "txtBrightness" }}
{{ .Lang "txtCluster" }}
{{ .Lang "txtOpenRGB" }}
{{ .Lang "txtRgb" }}
{{ .Lang "txtSpeed" }}
{{ .Lang "txtDeleteProfile" }}
{{ range $device := $devices }}
{{ end }}
{{ $device.Name }}
{{ if $device.HasTemps }}
{{ if gt $device.Temperature 0.00 }}
{{ $root.Lang "txtTemperature" }}
{{ end }}
{{ end }}
{{ if $device.HasSpeed }}
{{ $root.Lang "txtSpeed" }}
{{ $root.Lang "txtProfile" }}
{{ end }}
{{ range $device := $rgbDevices }}
{{ end }}
{{ $device.Name }}
{{ if gt $device.LedChannels 0 }}
{{ $root.Lang "txtRgb" }}
{{ $root.Lang "txtConfigure" }}
{{ $root.Lang "txtRgbOverride" }}
{{ end }}