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