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