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

9 lines
345 B
Plaintext
Raw Permalink Normal View History

2021-11-30 15:22:16 +00:00
<p>Dear <b>{{ job.user.username }}</b>,</p>
2020-11-09 15:14:19 +00:00
<p>The status of your Job "<b>{{ job.title }}</b>" has changed!</p>
<p>It is now <b>{{ job.status.name.lower() }}</b>!</p>
2020-11-09 15:14:19 +00:00
<p>You can access your Job here: <a href="{{ url_for('jobs.job', job_id=job.id) }}">{{ url_for('jobs.job', job_id=job.id) }}</a></p>
2020-11-09 15:14:19 +00:00
<p>Kind regards!<br>Your nopaque team</p>