aboutsummaryrefslogtreecommitdiff
path: root/templates/mail/geofenceExit.vm
blob: 90e61b61802633d3acde405195f8f6d48d9781c6 (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: $dateTool.format("YYYY.MM.dd HH:mm:ss", $event.serverTime, $locale, $timezone)<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>