{{ template "head" . }}
{{ $root := . }} {{ $deviceList := $root.Devices }} {{ $battery := .BatteryStats }} {{ $dash := .Dashboard }}
{{ template "sidebar" . }}
{{ if .Dashboard.TemperatureBar }} {{ template "temperature-bar" . }} {{ end }}
{{ $root.Lang "txtAddDeviceToDashboard" }}
{{ $root.Lang "txtSelectDevice" }}
{{ range .Devices }} {{ if eq .Hidden true }} {{ continue }} {{ end }} {{ if .GetDevice }}
{{ .Product }}
{{ end }} {{ end }}
{{ $root.Lang "txtSave" }}
{{ $root.Lang "txtDelete" }}
{{ if .Dashboard.TemperatureBar }} {{ end }}