aboutsummaryrefslogtreecommitdiff
path: root/templates/mail/deviceMoving.vm
blob: 9ad2d8bdc26727a578d159e9c385744459b720df (plain)
1
2
3
4
5
6
7
8
9
10
#set($subject = "$device.name: moving")
<!DOCTYPE html>
<html>
<body>
Device: $device.name<br>
Moving<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>