{{ if .Dashboard.TemperatureBar }} {{ template "temperature-bar" . }} {{ end }} {{ if eq .Device.Connected false }} {{ template "404-no-device" . }} {{ else }}
{{ .Device.Product }}
{{ .Lang "txtFirmware" }} {{ .Device.Firmware }}
{{ .Lang "txtProfile" }}
{{ .Lang "txtBrightness" }}
{{ $deviceProfile.BrightnessSlider }} %
{{ .Lang "txtRgb" }}
{{ .Lang "txtSleep" }}
{{ .Lang "txtMicLed" }}
{{ .Lang "txtSidetone" }}
{{ .Lang "txtSidetoneValue" }}
{{ $deviceProfile.SideToneValue }} %
{{ .Lang "txtDeleteProfile" }}
{{ .Lang "txtRgb" }}
{{ range $key, $zone := $device.DeviceProfile.ZoneColors }}
{{ $root.Lang "txtZone" }}: {{ $zone.Name }}
{{ end }}
LOGO
LOGO
{{ end }}