{{ 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 "txtANCString" }}
{{ .Lang "txtSidetone" }}
{{ .Lang "txtSidetoneValue" }}
{{ $deviceProfile.SideToneValue }} %
{{ .Lang "txtLeftWheel" }}
{{ .Lang "txtRightWheel" }}
{{ .Lang "txtDeleteProfile" }}
L
R
{{ end }}