dynamicweb/hosting/templates/hosting/emails/vm_canceled.txt
2017-10-15 00:41:31 +05:30

10 lines
No EOL
380 B
Text

{% load i18n %}
{% trans "Virtual Machine Cancellation" %}
{% blocktrans %}You are receiving this email because your virutal machine {{vm_name}} has been cancelled.{% endblocktrans %}
{% 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" %}