mirror of
https://github.com/traccar/traccar.git
synced 2026-04-23 16:47:28 -04:00
16 lines
617 B
Plaintext
16 lines
617 B
Plaintext
#set($subject = "$device.name: jest nieaktywny")
|
|
#set($lastUpdate = $dateTool.getDate())
|
|
#set($ignore = $lastUpdate.setTime($event.getLong('lastUpdate')))
|
|
#set($digest = "$device.name jest nieaktywny od $dateTool.format('dd-MM-yyyy HH:mm:ss', $lastUpdate, $locale, $timezone)")
|
|
<!DOCTYPE html>
|
|
<html>
|
|
<body>
|
|
Urządzenie: $device.name<br>
|
|
Jest nieaktywne<br>
|
|
Ostatnio widziane: $dateTool.format('dd-MM-yyyy HH:mm:ss', $lastUpdate, $locale, $timezone)<br>
|
|
Link: <a href="$webUrl/event/$event.id">$webUrl/event/$event.id</a><br>
|
|
<br>
|
|
<a href="$webUrl/settings/notifications?token=$token">Unsubscribe</a>
|
|
</body>
|
|
</html>
|