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