add nick
[laas.git] / src / templates / base / notifier / email_expiring.txt
1 {{user_name|default:"Developer"}},
2
3 {% if owner %}
4 The booking you requested from the {{booking.lab.project}} lab is about to expire.
5 {% else %}
6 The booking you collaborate on at the {{booking.lab.project}} lab is about to expire.
7 {% endif %}
8
9 booking information:
10     start: {{booking.start}}
11     end: {{booking.end}}
12     machines:
13         {% for host in hosts %}
14         - {{host}}
15         {% endfor %}
16     purpose: {{booking.purpose}}
17
18 You may visit the following link for more information:
19 {{booking_url}}
20
21 Please take the time to backup all data or extend the booking if needed.
22
23 Thank you for contributing to the {{booking.lab.project}} platform!
24
25     - The Lab-as-a-Service team