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

10 lines
221 B
Plaintext
Raw Normal View History

Dear {{ job.creator.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