aboutsummaryrefslogtreecommitdiff
path: root/templates/mail/maintenance.vm
blob: 2951fdfdaeeffdcacabc16b00d2f0a67dcdcd7cc (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: $dateTool.format("YYYY.MM.dd HH:mm:ss", $event.serverTime, $locale, $timezone)<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>