Rewrite Notification subsystem
[pharos-tools.git] / dashboard / src / templates / notifier / email_fulfilled.txt
1 {{user_name|default:"Developer"}},
2
3 The booking you requested of the OPNFV Lab as a Service has finished deploying and is ready for you to use.
4
5 The lab that fulfilled your booking request has sent you the following messages:
6     {% for message in messages %}
7         {% message.title %}
8         {% message.content %}
9         --------------------
10     {% endfor %}
11
12 You may visit the following link for more information:
13 {{booking_url}}
14
15 Thank you for contributing to the OPNFV platform!
16
17     - The Lab-as-a-Service team