aboutsummaryrefslogtreecommitdiff
path: root/templates/mail/geofenceEnter.vm
blob: cef24723ab17d6b2e28ba98b9e79674692f6fa9e (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>
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>