Files
daemon
app
tasks
libnotify
templates
notification.html
notification.txt
__init__.py
notification.py
service.py
__init__.py
check_corpora.py
check_jobs.py
notify.py
__init__.py
decorators.py
models.py
.dockerignore
Dockerfile
boot.sh
config.py
nopaqued.py
requirements.txt
web
.env.tpl
.gitignore
README.md
db.env.tpl
docker-compose.development.yml
docker-compose.traefik.yml
docker-compose.yml
nopaque/daemon/app/tasks/libnotify/templates/notification.html
2020-10-21 13:07:10 +02:00

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>