{{ if .Dashboard.TemperatureBar }} {{ template "temperature-bar" . }} {{ end }}
{{ .Device.Product }}
{{ .Lang "txtFirmware" }} {{ .Device.Firmware }}
{{ .Lang "txtProfile" }}
{{ .Lang "txtBrightness" }}
{{ $deviceProfile.BrightnessSlider }} %
{{ .Lang "txtDeleteProfile" }}
{{ range $hub := $hubs }}
LED Port {{ $hub.PortId }}
{{ $root.Lang "txtDevice" }}
{{ $root.Lang "txtAmount" }}
{{ end }}
{{ range $device := $devices }} {{ if gt $device.LedChannels 0 }} {{ continue }} {{ 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 }} {{ $device.TemperatureString }}
{{ end }} {{ end }} {{ if $device.HasSpeed }}
{{ $root.Lang "txtSpeed" }} {{ $device.Rpm }} RPM
{{ $root.Lang "txtProfile" }}
{{ end }}
{{ end }}
{{ range $device := $devices }} {{ if gt $device.LedChannels 0 }}
{{ $device.Name }} {{ $device.Label }}
{{ $root.Lang "txtRgb" }}
{{ end }} {{ end }}