aboutsummaryrefslogtreecommitdiff
path: root/templates/full/deviceInactive.vm
blob: 01fa319b5ba2660642e09cc4cfd7f53a43f0984e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#set($subject = "$device.name: inactive")
#set($lastUpdate = $dateTool.getDate())
#set($ignore = $lastUpdate.setTime($event.getLong("lastUpdate")))
<!DOCTYPE html>
<html>
<body>
Device: $device.name<br>
Inactive<br>
Last Update: $dateTool.format("YYYY-MM-dd HH:mm:ss", $lastUpdate, $locale, $timezone)<br>
Link: <a href="$webUrl?eventId=$event.id">$webUrl?eventId=$event.id</a><br>
<br>
<a href="$webUrl/settings/notifications?token=$token">Unsubscribe</a>
</body>
</html>