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