{{ define "lcd-doublearc" }} {{ $doubleArc := index .LCDProfiles 101 }} {{ $lcdSensors := .LCDSensors }} {{ $root := . }}
{{ $doubleArc.Name }}
{{ .Lang "txtMargin" }}
{{ .Lang "txtThickness" }}
{{ .Lang "txtBottomGap" }}
{{ .Lang "txtBackground" }}
{{ .Lang "txtBorderColor" }}
{{ .Lang "txtSeparatorColor" }}
{{ range $key, $value := $doubleArc.Arcs }}
{{ $value.Name }}
{{ $root.Lang "txtSensor" }}
{{ $root.Lang "txtStartColor" }}
{{ $root.Lang "txtEndColor" }}
{{ $root.Lang "txtTextColor" }}
{{ end }}
{{ end }}