argos/notification-service/notification-web/src/main/resources/notification_templates/dmpfinalised/inapp/body.en.html

12 lines
377 B
HTML
Raw Normal View History

2023-12-08 10:25:07 +01:00
<!doctype html>
<html>
<head>
<meta name="viewport" content="width=device-width" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
</head>
<body class="">
2024-04-15 17:36:55 +02:00
<p>Dear {recipient},</p>
<p>{reasonName} just finalised the Dmp {name}.</p>
<a href="{installation-url}/plans/edit/{id}" target="_blank">Click here to view it.</a>
2023-12-08 10:25:07 +01:00
</body>
</html>