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