aboutsummaryrefslogtreecommitdiff
path: root/templates/mail/geofenceExit.vm
diff options
context:
space:
mode:
Diffstat (limited to 'templates/mail/geofenceExit.vm')
-rw-r--r--templates/mail/geofenceExit.vm10
1 files changed, 10 insertions, 0 deletions
diff --git a/templates/mail/geofenceExit.vm b/templates/mail/geofenceExit.vm
new file mode 100644
index 000000000..e696e6556
--- /dev/null
+++ b/templates/mail/geofenceExit.vm
@@ -0,0 +1,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>