add nick
[laas.git] / src / templates / base / notifier / email_fulfilled.txt
1 {{user_name|default:"Developer"}},
2
3 {% if owner %}
4 The booking you requested of the {{booking.lab.project}} lab has finished deploying and is ready for you to use.
5 {% else %}
6 A booking you collaborate on is ready for you to use
7 {% endif %}
8
9 The lab that fulfilled your booking request has sent you the following messages:
10     {% for email_message in messages %}
11         {{ email_message.title }}
12         {{ email_message.content }}
13         --------------------
14     {% endfor %}
15
16 You may visit the following link for more information:
17 {{booking_url}}
18
19 Thank you for contributing to the {{booking.lab.project}} platform!
20
21     - The Lab-as-a-Service team