aboutsummaryrefslogtreecommitdiff
path: root/templates/full/maintenance.vm
blob: 39ccb21bc81211afc5648a4b4165e0a36cf76c8b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#set($subject = "$device.name: maintenance is required")
<!DOCTYPE html>
<html>
<body>
Device: $device.name<br>
Maintenance is required: $maintenance.name<br>
Time: $dateTool.format("YYYY-MM-dd HH:mm:ss", $event.eventTime, $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>
<br>
<a href="$webUrl/settings/notifications?token=$token">Unsubscribe</a>
</body>
</html>