dynamicweb/hosting/templates/hosting/emails/vm_canceled.txt

10 lines
380 B
Text
Raw Normal View History

{% load i18n %}
2017-09-22 20:57:19 +00:00
{% trans "Virtual Machine Cancellation" %}
2018-09-26 18:50:19 +00:00
{% blocktrans %}You are receiving this email because your virtual machine {{vm_name}} has been cancelled.{% endblocktrans %}
2017-09-22 20:57:19 +00:00
{% blocktrans %}You can always order a new VM by following the link below.{% endblocktrans %}
{{ base_url }}{% url 'hosting:create_virtual_machine' %}
{% trans "Your Data Center Light Team" %}