aboutsummaryrefslogtreecommitdiff
path: root/templates/mail/geofenceExit.vm
blob: b01653e493aa564ee26df21e9312704e0bb93290 (plain)
1
2
3
4
5
6
7
8
9
10
#set($subject = "$device.name: has exited geofence")
<!DOCTYPE html>
<html>
<body>
Device: $device.name<br>
Has exited geofence: $geofence.name<br>
Point: <a href="https://www.openstreetmap.org/?mlat=$position.latitude&mlon=$position.longitude#map=16/$position.latitude/$position.longitude">#if($position.address)$position.address#{else}$position.latitude°, $position.longitude°#end</a><br>
Time: $event.serverTime<br>
</body>
</html>