mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2025-01-19 14:20:34 +00:00
9 lines
240 B
Django/Jinja
9 lines
240 B
Django/Jinja
<p>Dear <b>{{ job.creator.username }}</b>,</p>
|
|
|
|
<p>The status of your Job "<b>{{ job.title }}</b>" has changed!</p>
|
|
<p>It is now <b>{{ job.status }}</b>!</p>
|
|
|
|
<p>You can access your Job here: </p>
|
|
|
|
<p>Kind regards!<br>Your nopaque team</p>
|