aboutsummaryrefslogtreecommitdiff
path: root/templates/mail/geofenceEnter.vm
blob: 32ee153bc9472dae118c3c5b3837f8177efab677 (plain)
1
2
3
4
5
6
7
8
9
10
#set($subject = "$device.name: has entered geofence")
<!DOCTYPE html>
<html>
<body>
Device: $device.name<br>
Has entered 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>