mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2024-11-15 01:05:42 +00:00
11 lines
300 B
Plaintext
11 lines
300 B
Plaintext
|
Dear {{ user.username }},
|
||
|
|
||
|
The status of your Job/Corpus({{ job.id }}) with the title "{{ job.title }}" has changed!
|
||
|
It is now {{ job.status }}!
|
||
|
Time of this status update was: {time} UTC
|
||
|
|
||
|
You can access your Job/Corpus here: {{ url_for('jobs.job', job_id=job.id) }}
|
||
|
|
||
|
Kind regards!
|
||
|
Your nopaque team
|