From 6c64c6e87a25b4d2339f2fd8d83fa4bc36d461f2 Mon Sep 17 00:00:00 2001 From: Abyss777 Date: Wed, 7 Dec 2016 14:15:18 +0500 Subject: Implement mail templates --- templates/mail/deviceMoving.vm | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 templates/mail/deviceMoving.vm (limited to 'templates/mail/deviceMoving.vm') diff --git a/templates/mail/deviceMoving.vm b/templates/mail/deviceMoving.vm new file mode 100644 index 000000000..2a3c703b5 --- /dev/null +++ b/templates/mail/deviceMoving.vm @@ -0,0 +1,10 @@ +#set($subject = "$device.name: moving") + + + +Device: $device.name
+Moving
+Point: #if($position.address)$position.address#{else}$position.latitude°, $position.longitude°#end
+Time: $event.serverTime
+ + -- cgit v1.2.3