aboutsummaryrefslogtreecommitdiffstats
path: root/src/templates/base/notifier/email_ended.txt
blob: 1788e0050e88964a465e07e81fa34f798b5ec8a5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{{user_name|default:"Developer"}},

{% if owner %}
The booking you requested from the OPNFV Lab as a Service has ended.
{% else %}
The booking you collaborated on at the OPNFV Lab as a Service has ended.
{% endif %}

booking information:
    start: {{booking.start}}
    end: {{booking.end}}
    machines:
        {% for host in hosts %}
        - {{host}}
        {% endfor %}
    purpose: {{booking.purpose}}

You may visit the following link for more information:
{{booking_url}}

Feel free to create another booking with us!

Thank you for contributing to the OPNFV platform!

    - The Lab-as-a-Service team