{{ define "lcd-animation" }} {{ $animation := index .LCDProfiles 102 }} {{ $lcdSensors := .LCDSensors }} {{ $root := . }}
{{ $animation.Name }}
{{ $root.Lang "txtBackground" }}
{{ .Lang "txtMargin" }}
{{ .Lang "txtWorkers" }}
{{ .Lang "txtFrameDelay" }}
{{ .Lang "txtSeparatorColor" }}
{{ range $key, $value := $animation.Sensors }}
{{ $value.Name }}
{{ $root.Lang "txtEnable" }}
{{ $root.Lang "txtSensor" }}
{{ $root.Lang "txtTextColor" }}
{{ end }}
{{ end }}