aboutsummaryrefslogtreecommitdiff
path: root/templates/full/deviceOffline.vm
blob: 6d21226240aec963eb45bab72f1e705a5ecbcfc4 (plain)
1
2
3
4
5
6
7
8
9
10
11
#set($subject = "$device.name: offline")
<!DOCTYPE html>
<html>
<body>
Device: $device.name<br>
Offline<br>
Time: $dateTool.format("YYYY-MM-dd HH:mm:ss", $event.eventTime, $locale, $timezone)<br>
<br>
<a href="$webUrl/settings/notifications?token=$token">Unsubscribe</a>
</body>
</html>