{{ if .Dashboard.TemperatureBar }} {{ template "temperature-bar" . }} {{ end }}
{{ .Lang "txtNewProfile" }}
{{ .Lang "txtCreateNewProfile" }}
{{ range $key, $value := .Temperatures }} {{ if eq $value.Hidden true }} {{ continue }} {{ else if eq $key "Normal" }} {{ continue }} {{ else if eq $key "Performance" }} {{ continue }} {{ else if eq $key "Quiet" }} {{ continue }} {{ else }}
{{ $key }}
{{ $root.Lang "txtModes" }} {{ len $value.Profiles }}
{{ $root.Lang "txtSensor" }} {{ $value.SensorString }}
{{ $root.Lang "txtZeroRpm" }} {{ if $value.ZeroRpm }}Enabled{{ else }}Disabled{{ end }}
{{ $root.Lang "txtDeleteProfile" }}
{{ end }} {{ end }}