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

10 lines
231 B
Django/Jinja

Dear {{ job.user.username }},
The status of your Job "{{ job.title }}" has changed!
It is now {{ job.status.name.lower() }}!
You can access your Job here: {{ url_for('jobs.job', job_id=job.id) }}
Kind regards!
Your nopaque team