nopaque/web/app/templates/tasks/email/notification.html.j2

9 lines
240 B
Plaintext
Raw Normal View History

<p>Dear <b>{{ job.creator.username }}</b>,</p>
2020-11-09 15:14:19 +00:00
<p>The status of your Job "<b>{{ job.title }}</b>" has changed!</p>
2020-11-09 15:14:19 +00:00
<p>It is now <b>{{ job.status }}</b>!</p>
2020-11-13 12:33:32 +00:00
<p>You can access your Job here: </p>
2020-11-09 15:14:19 +00:00
<p>Kind regards!<br>Your nopaque team</p>