{{ if .Dashboard.TemperatureBar }} {{ template "temperature-bar" . }} {{ end }}
{{ .Device.Product }}
{{ .Lang "txtProfile" }}
{{ .Lang "txtSpeed" }}
{{ .Lang "txtDeleteProfile" }}
{{ range $device := $devices }}
{{ $device.Name }} {{ $device.Label }}
{{ if $device.HasSpeed }}
{{ $root.Lang "txtSpeed" }} {{ $device.Rpm }} RPM
{{ $root.Lang "txtProfile" }}
{{ $root.Lang "txtModes" }}
{{ end }}
{{ end }}