blob: aa47ac0edce6e7f28f6400a5155761a9c9d45900 (
plain)
1
2
3
4
5
6
7
|
#set($subject = "Device expiration reminder")
<!DOCTYPE html>
<html>
<body>
Your device $device.name will expire on $dateTool.format("YYYY-MM-dd", $expiration, $locale, $timezone).
</body>
</html>
|