mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2024-11-15 17:25:44 +00:00
16 lines
389 B
HTML
16 lines
389 B
HTML
|
<html>
|
||
|
<body>
|
||
|
<p>Dear <b>{username}</b>,</p>
|
||
|
|
||
|
<p>The status of your Job/Corpus({id}) with the title <b>"{title}"</b> has changed!</p>
|
||
|
<p>It is now <b>{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}">{url}</a>
|
||
|
</p>
|
||
|
|
||
|
<p>Kind regards!<br>
|
||
|
Your nopaque team</p>
|
||
|
</body>
|
||
|
</html>
|