aboutsummaryrefslogtreecommitdiff
path: root/templates/mail/geofenceEnter.vm
blob: 75d16617fcf8c735eb5b355e58d56ba20b32dbc5 (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&deg;, $position.longitude&deg;#{end}</a><br>
</body>
</html>