{{ if .Dashboard.TemperatureBar }} {{ template "temperature-bar" . }} {{ end }}
{{ .Device.Product }}
{{ .Lang "txtFirmware" }} {{ .Device.Firmware }}
{{ .Lang "txtProfile" }}
{{ .Lang "txtBrightness" }}
{{ $deviceProfile.BrightnessSlider }} %
{{ .Lang "txtRgb" }}
{{ .Lang "txtDevice" }}
{{ .Lang "txtAmount" }}
{{ .Lang "txtHardwareLights" }}
{{ .Lang "txtDeleteProfile" }}
{{ range $device := $devices }}
{{ $device.Name }}
{{ if gt $device.LedChannels 0 }}
{{ $root.Lang "txtRgb" }}
{{ end }}
{{ end }}