{{ 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" }}
{{ $freePorts := len $device.FreeLedPorts }} {{ if gt $freePorts 0 }}
{{ .Lang "txtCustomRgbDevice" }}
{{ .Lang "txtLedPort" }}
{{ .Lang "txtDevice" }}
{{ end }}
{{ range $device := $devices }}
{{ $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 }} {{ $device.TemperatureString }}
{{ end }} {{ end }} {{ if $device.HasSpeed }}
{{ $root.Lang "txtSpeed" }} {{ $device.Rpm }} RPM
{{ end }}
{{ $root.Lang "txtProfile" }}
{{ if and $lcd $device.ContainsPump }}
{{ $root.Lang "txtLcdMode" }}
{{ $root.Lang "txtLcdImage" }}
{{ $root.Lang "txtLcdRotation" }}
{{ end }}
{{ end }}
{{ range $device := $rgbDevices }}
{{ $device.Name }} {{ $device.Label }}
{{ if gt $device.LedChannels 0 }}
{{ $root.Lang "txtRgb" }}
{{ $root.Lang "txtRgbOverride" }}
{{ end }}
{{ end }}