Files
traccar/templates/notifications/it/deviceInactive.vm
2025-10-06 06:52:25 -07:00

16 lines
621 B
Plaintext

#set($subject = "$device.name: Inattivo")
#set($lastUpdate = $dateTool.getDate())
#set($ignore = $lastUpdate.setTime($event.getLong('lastUpdate')))
#set($digest = "$device.name e' inattivo dal $dateTool.format('dd-MM-YYYY HH:mm:ss', $lastUpdate, $locale, $timezone)")
<!DOCTYPE html>
<html>
<body>
Dispositivo: $device.name<br>
e' inattivo<br>
Ultimo aggiornamento: $dateTool.format('dd-MM-YYYY HH:mm:ss', $lastUpdate, $locale, $timezone)<br>
Collegamento: <a href="$webUrl/event/$event.id">$webUrl/event/$event.id</a><br>
<br>
<a href="$webUrl/settings/notifications?token=$token">Annulla iscrizione</a>
</body>
</html>