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

10 lines
218 B
Plaintext
Raw Normal View History

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