      ESTADO DEL SENSOR CAMBIADO
Sensor     {{ data.sensor.sensor_number }}-{{ data.sensor.sensor_description | f.strip_accents }}
Ubicacion  {{ if data.sensor.location_type == 0 }}Tanque    {{ else if data.sensor.location_type == 2 }}Bomba       {{else}}Sitio           {{end}}{{if data.sensor.location_type != 3}}{{data.sensor.location_number}}{{end}}
Estado     {{ data.sensor_status | f.sensorstatus }}

Hora              {{ data.measured_on | f.unixtime format: data.settings.system.date_format }}

