            ERZEKELO STATUSZ

Erzekelo        Helyszin    Allapot
----------------------------------------
{{ for sensor in data.sensors }}{{ sensor.sensor_description | f.strip_accents | string.truncate 16 "~" | string.pad_right 16 }}
{{- if sensor.location_type == 0 }}Tartaly {{ if sensor.location_number > 0}}{{sensor.location_number | string.pad_right 6}}{{else}}      {{end}}
  {{- else if sensor.location_type == 2 }}Kutoszl. {{ if sensor.location_number > 0}}{{sensor.location_number | string.pad_right 6}}{{else}}      {{end}}
  {{- else}}Allomas    {{end}}
{{- if sensor.enabled }} {{sensor.sensor_status | f.sensorstatus | string.truncate 12 "~"}}{{ else }} Lezarva {{ end }}
{{ end }}
