aboutsummaryrefslogtreecommitdiff
path: root/templates/mail/geofenceExit.vm
blob: e696e65563a4ffcc0db562c9c9a3f1dcbff7e60d (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>
Time: $event.serverTime<br>
Point: <a href="$webUrl?eventId=$event.id">#{if}($position.address)$position.address#{else}$position.latitude°, $position.longitude°#{end}</a><br>
</body>
</html>