Files
traccar/templates/notifications/tr/commandResult.vm
byhturk-G 6485eb0c29 Turkish Notification Template (#5696)
Co-authored-by: byhturk <byhturk@gmail.com>
2025-11-04 17:17:15 -08:00

14 lines
592 B
Plaintext

#set($subject = "$device.name: command result received")
#set($digest = "$device.name command result received: $position.getString('result') at $dateTool.format('yyyy-MM-dd HH:mm:ss', $event.eventTime, $locale, $timezone)")
<!DOCTYPE html>
<html>
<body>
Cihaz: $device.name<br>
Sonuç: $position.getString('result')<br>
Zaman: $dateTool.format('yyyy-MM-dd HH:mm:ss', $event.eventTime, $locale, $timezone)<br>
Link: <a href="$webUrl/event/$event.id">$webUrl/event/$event.id</a><br>
<br>
<a href="$webUrl/settings/notifications?token=$token">Bildirim Aboneliğini İptal Et</a>
</body>
</html>