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