all emails redesigned
This commit is contained in:
		
					parent
					
						
							
								057a2c77a6
							
						
					
				
			
			
				commit
				
					
						6983b6f72e
					
				
			
		
					 7 changed files with 180 additions and 118 deletions
				
			
		| 
						 | 
				
			
			@ -8,7 +8,7 @@ msgid ""
 | 
			
		|||
msgstr ""
 | 
			
		||||
"Project-Id-Version: PACKAGE VERSION\n"
 | 
			
		||||
"Report-Msgid-Bugs-To: \n"
 | 
			
		||||
"POT-Creation-Date: 2017-09-23 01:50+0530\n"
 | 
			
		||||
"POT-Creation-Date: 2017-09-23 02:19+0530\n"
 | 
			
		||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 | 
			
		||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 | 
			
		||||
"Language-Team: LANGUAGE <LL@li.org>\n"
 | 
			
		||||
| 
						 | 
				
			
			@ -148,14 +148,12 @@ msgstr ""
 | 
			
		|||
msgid ""
 | 
			
		||||
"You can also copy and paste the following link into the address bar of your "
 | 
			
		||||
"browser to activate your Data Center Light account."
 | 
			
		||||
msgstr ""
 | 
			
		||||
"Kopiere den folgenden Link in die Adressleiste deines Browsers."
 | 
			
		||||
msgstr "Kopiere den folgenden Link in die Adressleiste deines Browsers."
 | 
			
		||||
 | 
			
		||||
msgid ""
 | 
			
		||||
"You can copy and paste the following link into the address bar of your "
 | 
			
		||||
"browser to activate your Data Center Light account."
 | 
			
		||||
msgstr ""
 | 
			
		||||
"Kopiere den folgenden Link in die Adressleiste deines Browsers."
 | 
			
		||||
msgstr "Kopiere den folgenden Link in die Adressleiste deines Browsers."
 | 
			
		||||
 | 
			
		||||
msgid "Welcome to Data Center Light!"
 | 
			
		||||
msgstr "Willkommen zu Data Center Light!"
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -6,12 +6,8 @@ from .views import (
 | 
			
		|||
    WhyDataCenterLightView, ContactUsView
 | 
			
		||||
)
 | 
			
		||||
 | 
			
		||||
from django.views.generic import TemplateView
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
urlpatterns = [
 | 
			
		||||
    url(r'^test/$', TemplateView.as_view(
 | 
			
		||||
        template_name='hosting/emails/password_reset_email.html')),
 | 
			
		||||
    url(r'^$', IndexView.as_view(), name='index'),
 | 
			
		||||
    url(r'^t/$', IndexView.as_view(), name='index_t'),
 | 
			
		||||
    url(r'^g/$', IndexView.as_view(), name='index_g'),
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -8,7 +8,7 @@ msgid ""
 | 
			
		|||
msgstr ""
 | 
			
		||||
"Project-Id-Version: PACKAGE VERSION\n"
 | 
			
		||||
"Report-Msgid-Bugs-To: \n"
 | 
			
		||||
"POT-Creation-Date: 2017-09-23 01:50+0530\n"
 | 
			
		||||
"POT-Creation-Date: 2017-09-23 02:19+0530\n"
 | 
			
		||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 | 
			
		||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 | 
			
		||||
"Language-Team: LANGUAGE <LL@li.org>\n"
 | 
			
		||||
| 
						 | 
				
			
			@ -189,28 +189,27 @@ msgid "Support / Contact"
 | 
			
		|||
msgstr "Support / Kontakt"
 | 
			
		||||
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid ""
 | 
			
		||||
"You have ordered a new virtual machine!\n"
 | 
			
		||||
"<br/>\n"
 | 
			
		||||
"Your order of [%(vm_name)s] has been charged.<br/><br/>\n"
 | 
			
		||||
"You can view your invoice by clicking the button below.<br/><br/>\n"
 | 
			
		||||
msgstr ""
 | 
			
		||||
"Du hast eine neue virtuelle Maschine bestellt!<br/>\n"
 | 
			
		||||
"Deine Bestellung von [%(vm_name)s] wurde erhoben.<br/><br/>\n"
 | 
			
		||||
"Um die Rechnung zu sehen, klicke auf den Button unten.<br/><br/>\n"
 | 
			
		||||
msgid "Your New VM %(vm_name)s"
 | 
			
		||||
msgstr "Deine Neue VM %(vm_name)s"
 | 
			
		||||
 | 
			
		||||
msgid "View Invoice"
 | 
			
		||||
msgstr "Zur Rechnung"
 | 
			
		||||
msgid "You have ordered a new virtual machine!"
 | 
			
		||||
msgstr "Du hast eine neue virtuelle Maschine bestellt!"
 | 
			
		||||
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid ""
 | 
			
		||||
"You have ordered a new virtual machine!\n"
 | 
			
		||||
"Your order of [%(vm_name)s] has been charged.\n"
 | 
			
		||||
"You can view your invoice here.\n"
 | 
			
		||||
msgstr ""
 | 
			
		||||
"Du hast eine neue virtuelle Maschine bestellt!\n"
 | 
			
		||||
"Deine Bestellung von [%(vm_name)s] wurde erhoben.\n"
 | 
			
		||||
"Um die Rechnung zu sehen, klicke hier.\n"
 | 
			
		||||
msgid "Your order of [%(vm_name)s] has been charged."
 | 
			
		||||
msgstr "Deine Bestellung von [%(vm_name)s] wurde erhoben."
 | 
			
		||||
 | 
			
		||||
msgid "You can view your VM detail by clicking the button below."
 | 
			
		||||
msgstr "Um die Rechnung zu sehen, klicke auf den Button unten."
 | 
			
		||||
 | 
			
		||||
msgid "View Detail"
 | 
			
		||||
msgstr "Details anzeigen"
 | 
			
		||||
 | 
			
		||||
msgid "Your Data Center Light Team"
 | 
			
		||||
msgstr "Dein Data Center Light Team"
 | 
			
		||||
 | 
			
		||||
msgid "You can view your VM detail by following the link below."
 | 
			
		||||
msgstr "Um die Rechnung zu sehen, klicke auf den Link unten."
 | 
			
		||||
 | 
			
		||||
msgid "Password Reset"
 | 
			
		||||
msgstr "Passwort zurücksetzen"
 | 
			
		||||
| 
						 | 
				
			
			@ -227,44 +226,25 @@ msgstr ""
 | 
			
		|||
msgid "Thank you!"
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
msgid "Your Data Center Light Team"
 | 
			
		||||
msgstr "Dein Data Center Light Team"
 | 
			
		||||
msgid "Virtual Machine Cancellation"
 | 
			
		||||
msgstr "VM Kündigung"
 | 
			
		||||
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid ""
 | 
			
		||||
"You're receiving this mail because your virtual machine [%(vm_name)s] has "
 | 
			
		||||
"been cancelled.<br/>\n"
 | 
			
		||||
"You can see your order status by clicking [my VM page] below.<br/>\n"
 | 
			
		||||
"If you want to order a new virtual machine, you can do it by clicking <a "
 | 
			
		||||
"href=\"%(base_url)s%(my_virtual_machines_url)s\">this link</a>.<br/>\n"
 | 
			
		||||
"You are receiving this email because your virutal machine [%(vm_name)s] has "
 | 
			
		||||
"been cancelled."
 | 
			
		||||
msgstr ""
 | 
			
		||||
"Du erhälst diese E-Mail, da deine virtuelle Maschine [%(vm_name)s] gekündigt "
 | 
			
		||||
"wurde.<br/>\n"
 | 
			
		||||
"Um deinen Auftragsstatus zu sehen, klicke auf die [my VM page] unten.<br/>\n"
 | 
			
		||||
"Falls du eine neue virtuelle Maschine bestellen möchtest, kannst du dies "
 | 
			
		||||
"tun, indem du <a href=\"%(base_url)s%(my_virtual_machines_url)s\">diesen "
 | 
			
		||||
"Link klickst</a>.<br/>\n"
 | 
			
		||||
"Du erhälst diese E-Mail, da deine virtuelle Maschine [%(vm_name)s] "
 | 
			
		||||
"gekündigt wurde.""
 | 
			
		||||
 | 
			
		||||
msgid "My VM page"
 | 
			
		||||
msgid "You can always order a new VM by clicking the button below."
 | 
			
		||||
msgstr ""
 | 
			
		||||
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid ""
 | 
			
		||||
"You're receiving this mail because your virtual machine [%(vm_name)s] has "
 | 
			
		||||
"been cancelled.\n"
 | 
			
		||||
"You can see your order status by clicking here\n"
 | 
			
		||||
"%(base_url)s%(vm_order_url)s\n"
 | 
			
		||||
"If you want to order a new virtual machine, you can do it by clicking this "
 | 
			
		||||
"link.\n"
 | 
			
		||||
"%(base_url)s%(my_virtual_machines_url)s\n"
 | 
			
		||||
msgid "CREATE VM"
 | 
			
		||||
msgstr "NEUE VM"
 | 
			
		||||
 | 
			
		||||
msgid "You can always order a new VM by following the link below."
 | 
			
		||||
msgstr ""
 | 
			
		||||
"Du erhälst diese E-Mail, da deine virtuelle Maschine [%(vm_name)s] gekündigt "
 | 
			
		||||
"wurde.\n"
 | 
			
		||||
"Um deinen Auftragsstatus zu sehen, klicke hier.\n"
 | 
			
		||||
"%(base_url)s%(vm_order_url)s\n"
 | 
			
		||||
"Falls du eine neue virtuelle Maschine bestellen möchtest, kannst du dies "
 | 
			
		||||
"tun, indem du diesen Link klickst.\n"
 | 
			
		||||
"%(base_url)s%(my_virtual_machines_url)s\n"
 | 
			
		||||
 | 
			
		||||
msgid "Toggle navigation"
 | 
			
		||||
msgstr "Konfiguration"
 | 
			
		||||
| 
						 | 
				
			
			@ -571,12 +551,6 @@ msgstr "Virtuelle Maschinen"
 | 
			
		|||
msgid "To create a new virtual machine, click \"Create VM\""
 | 
			
		||||
msgstr "Um eine neue VM zu erzeugen, klicke \"Neue VM erzeugen\""
 | 
			
		||||
 | 
			
		||||
msgid "CREATE VM"
 | 
			
		||||
msgstr "NEUE VM"
 | 
			
		||||
 | 
			
		||||
msgid "View Detail"
 | 
			
		||||
msgstr "Details anzeigen"
 | 
			
		||||
 | 
			
		||||
msgid "login"
 | 
			
		||||
msgstr "Einloggen"
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -638,13 +612,45 @@ msgid ""
 | 
			
		|||
"contact Data Center Light Support."
 | 
			
		||||
msgstr "Kontaktiere den Data Center Light Support."
 | 
			
		||||
 | 
			
		||||
msgid "Virtual Machine Cancellation"
 | 
			
		||||
msgstr "VM Kündigung"
 | 
			
		||||
 | 
			
		||||
#, python-format
 | 
			
		||||
msgid "VM %(VM_ID)s terminated successfully"
 | 
			
		||||
msgstr "VM %(VM_ID)s erfolgreich beendet"
 | 
			
		||||
 | 
			
		||||
#~ msgid "View Invoice"
 | 
			
		||||
#~ msgstr "Zur Rechnung"
 | 
			
		||||
 | 
			
		||||
#~ msgid ""
 | 
			
		||||
#~ "You're receiving this mail because your virtual machine [%(vm_name)s] has "
 | 
			
		||||
#~ "been cancelled.<br/>\n"
 | 
			
		||||
#~ "You can see your order status by clicking [my VM page] below.<br/>\n"
 | 
			
		||||
#~ "If you want to order a new virtual machine, you can do it by clicking <a "
 | 
			
		||||
#~ "href=\"%(base_url)s%(my_virtual_machines_url)s\">this link</a>.<br/>\n"
 | 
			
		||||
#~ msgstr ""
 | 
			
		||||
#~ "Du erhälst diese E-Mail, da deine virtuelle Maschine [%(vm_name)s] "
 | 
			
		||||
#~ "gekündigt wurde.<br/>\n"
 | 
			
		||||
#~ "Um deinen Auftragsstatus zu sehen, klicke auf die [my VM page] unten.<br/"
 | 
			
		||||
#~ ">\n"
 | 
			
		||||
#~ "Falls du eine neue virtuelle Maschine bestellen möchtest, kannst du dies "
 | 
			
		||||
#~ "tun, indem du <a href=\"%(base_url)s%(my_virtual_machines_url)s\">diesen "
 | 
			
		||||
#~ "Link klickst</a>.<br/>\n"
 | 
			
		||||
 | 
			
		||||
#~ msgid ""
 | 
			
		||||
#~ "You're receiving this mail because your virtual machine [%(vm_name)s] has "
 | 
			
		||||
#~ "been cancelled.\n"
 | 
			
		||||
#~ "You can see your order status by clicking here\n"
 | 
			
		||||
#~ "%(base_url)s%(vm_order_url)s\n"
 | 
			
		||||
#~ "If you want to order a new virtual machine, you can do it by clicking "
 | 
			
		||||
#~ "this link.\n"
 | 
			
		||||
#~ "%(base_url)s%(my_virtual_machines_url)s\n"
 | 
			
		||||
#~ msgstr ""
 | 
			
		||||
#~ "Du erhälst diese E-Mail, da deine virtuelle Maschine [%(vm_name)s] "
 | 
			
		||||
#~ "gekündigt wurde.\n"
 | 
			
		||||
#~ "Um deinen Auftragsstatus zu sehen, klicke hier.\n"
 | 
			
		||||
#~ "%(base_url)s%(vm_order_url)s\n"
 | 
			
		||||
#~ "Falls du eine neue virtuelle Maschine bestellen möchtest, kannst du dies "
 | 
			
		||||
#~ "tun, indem du diesen Link klickst.\n"
 | 
			
		||||
#~ "%(base_url)s%(my_virtual_machines_url)s\n"
 | 
			
		||||
 | 
			
		||||
#~ msgid ""
 | 
			
		||||
#~ "\n"
 | 
			
		||||
#~ "You're receiving this email because you requested a password reset for "
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -1,14 +1,47 @@
 | 
			
		|||
{% extends "datacenterlight/emails/base_email_datacenterlight.html" %}
 | 
			
		||||
{% load i18n %}
 | 
			
		||||
{% block email_head %}{{page_header}}{% endblock %}
 | 
			
		||||
{% block email_body %}
 | 
			
		||||
{% url 'hosting:orders' order.id as order_url %}
 | 
			
		||||
{% blocktrans with vm.name as vm_name %}You have ordered a new virtual machine!
 | 
			
		||||
<br/>
 | 
			
		||||
Your order of [{{vm_name}}] has been charged.<br/><br/>
 | 
			
		||||
You can view your invoice by clicking the button below.<br/><br/>
 | 
			
		||||
{% endblocktrans %}
 | 
			
		||||
<div class="button" style="border-collapse: collapse; font-family: 'Lato', 'sans-serif' !important; font-size: 14px; color: #777777; text-align: center; line-height: 21px; padding: 30px 0;" align="center">
 | 
			
		||||
    <a href="{{ base_url }}{{order_url}}" style="border-radius: 5px; color: #ffffff; display: inline-block; font-family: 'Oxygen', 'Helvetica Neue', 'Arial', 'sans-serif' !important; font-size: 14px; font-weight: regular; line-height: 45px; text-align: center; text-decoration: none !important; width: 155px; -webkit-text-size-adjust: none; mso-hide: all; background: #ff6f6f;">{% trans 'View Invoice' %}</a>
 | 
			
		||||
</div>
 | 
			
		||||
{% endblock %}
 | 
			
		||||
{% load static i18n %}
 | 
			
		||||
<!DOCTYPE html>
 | 
			
		||||
<html>
 | 
			
		||||
 | 
			
		||||
<head>
 | 
			
		||||
    <meta charset="UTF-8">
 | 
			
		||||
    <meta name="viewport" content="width=device-width, initial-scale=1">
 | 
			
		||||
    <title>{% blocktrans %}Your New VM {{vm_name}}{% endblocktrans %}</title>
 | 
			
		||||
    <link rel="shortcut icon" href="{% static 'datacenterlight/img/favicon.ico' %}" type="image/x-icon">
 | 
			
		||||
    <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Lato:300,400">
 | 
			
		||||
</head>
 | 
			
		||||
 | 
			
		||||
<body style="margin: 0; padding: 20px 0;">
 | 
			
		||||
    <table style="width: 100%; margin: auto; border-spacing: 0; border-collapse: collapse; max-width: 560px; border: 1px solid #aaa;">
 | 
			
		||||
        <tr>
 | 
			
		||||
            <td style="padding-top: 25px; padding-left: 22px; padding-right: 30px; font-family: Lato, Arial, sans-serif;">
 | 
			
		||||
                <img src="{{base_url}}{% static 'datacenterlight/img/logo_black.svg' %}" style="vertical-align: middle; width: 200px; height: 50px;">
 | 
			
		||||
            </td>
 | 
			
		||||
        </tr>
 | 
			
		||||
        <tr>
 | 
			
		||||
            <td style="padding-top: 15px; padding-left: 30px; padding-right: 30px;">
 | 
			
		||||
                <h1 style="font-family: Lato, Arial, sans-serif; font-size: 25px; font-weight: 400; margin: 0;">{% blocktrans %}Your New VM {{vm_name}}{% endblocktrans %}</h1>
 | 
			
		||||
            </td>
 | 
			
		||||
        </tr>
 | 
			
		||||
        <tr>
 | 
			
		||||
            <td style="padding-top: 25px; padding-left: 30px; padding-right: 30px;">
 | 
			
		||||
                <p style="line-height: 1.75; font-family: Lato, Arial, sans-serif; font-weight: 300; margin: 0;">
 | 
			
		||||
                    {% blocktrans %}You have ordered a new virtual machine!{% endblocktrans %}<br>
 | 
			
		||||
                    {% blocktrans %}Your order of [{{vm_name}}] has been charged.{% endblocktrans %}<br>
 | 
			
		||||
                    {% blocktrans %}You can view your VM detail by clicking the button below.{% endblocktrans %}
 | 
			
		||||
                </p>
 | 
			
		||||
            </td>
 | 
			
		||||
        </tr>
 | 
			
		||||
        <tr>
 | 
			
		||||
            <td style="padding-top: 30px; padding-left: 30px; padding-right: 30px;">
 | 
			
		||||
                <a class="btn" href="{{ base_url }}{{ order_url }}" style="font-family: Lato, Arial, sans-serif; text-decoration: none; background-color: #1596da; color: #fff; padding-top: 10px; padding-bottom: 10px; padding-left: 30px; padding-right: 30px; letter-spacing: 0.5px; border-radius: 3px; display: inline-block; position: relative;">{% trans "View Detail" %}</a>
 | 
			
		||||
            </td>
 | 
			
		||||
        </tr>
 | 
			
		||||
        <tr>
 | 
			
		||||
            <td style="padding-top: 40px; padding-left: 30px; padding-right: 30px; padding-bottom: 25px;">
 | 
			
		||||
                <h3 style="font-family: Lato, Arial, sans-serif; margin: 0; font-weight: 400; font-size: 18px;">{% trans "Your Data Center Light Team" %}</h3>
 | 
			
		||||
            </td>
 | 
			
		||||
        </tr>
 | 
			
		||||
    </table>
 | 
			
		||||
</body>
 | 
			
		||||
 | 
			
		||||
</html>
 | 
			
		||||
| 
						 | 
				
			
			@ -1,11 +1,11 @@
 | 
			
		|||
{% extends "datacenterlight/emails/base_email_datacenterlight.txt" %}
 | 
			
		||||
{% load i18n %}
 | 
			
		||||
{% block email_head %}{{page_header}}{% endblock %}
 | 
			
		||||
{% block email_body %}
 | 
			
		||||
{% url 'hosting:orders' order.id as order_url %}
 | 
			
		||||
{% blocktrans with vm.name as vm_name %}You have ordered a new virtual machine!
 | 
			
		||||
Your order of [{{vm_name}}] has been charged.
 | 
			
		||||
You can view your invoice here.
 | 
			
		||||
{% endblocktrans %}
 | 
			
		||||
 | 
			
		||||
{% blocktrans %}Your New VM {{vm_name}}{% endblocktrans %}
 | 
			
		||||
 | 
			
		||||
{% blocktrans %}You have ordered a new virtual machine!{% endblocktrans %}
 | 
			
		||||
{% blocktrans %}Your order of [{{vm_name}}] has been charged.{% endblocktrans %}
 | 
			
		||||
{% blocktrans %}You can view your VM detail by following the link below.{% endblocktrans %}
 | 
			
		||||
 | 
			
		||||
{{ base_url }}{{ order_url }}
 | 
			
		||||
{% endblock %}
 | 
			
		||||
 | 
			
		||||
{% trans "Your Data Center Light Team" %}
 | 
			
		||||
| 
						 | 
				
			
			@ -1,15 +1,47 @@
 | 
			
		|||
{% extends "datacenterlight/emails/base_email_datacenterlight.html" %}
 | 
			
		||||
{% load i18n %}
 | 
			
		||||
{% block email_head %}{{page_header}}{% endblock %}
 | 
			
		||||
{% block email_body %}
 | 
			
		||||
{% url 'hosting:virtual_machines' as my_virtual_machines_url %}
 | 
			
		||||
{% url 'hosting:orders' as vm_orders_url %}
 | 
			
		||||
{% blocktrans with vm.name as vm_name %}You're receiving this mail because your virtual machine [{{vm_name}}] has been cancelled.<br/>
 | 
			
		||||
You can see your order status by clicking [my VM page] below.<br/>
 | 
			
		||||
If you want to order a new virtual machine, you can do it by clicking <a href="{{base_url}}{{my_virtual_machines_url}}">this link</a>.<br/>
 | 
			
		||||
{% endblocktrans %}
 | 
			
		||||
<div class="button" style="border-collapse: collapse; font-family: 'Lato', 'sans-serif' !important; font-size: 14px; color: #777777; text-align: center; line-height: 21px; padding: 30px 0;" align="center">
 | 
			
		||||
    <a href="{{ base_url }}{{vm_orders_url}}" style="border-radius: 5px; color: #ffffff; display: inline-block; font-family: 'Oxygen', 'Helvetica Neue', 'Arial', 'sans-serif' !important; font-size: 14px; font-weight: regular; line-height: 45px; text-align: center; text-decoration: none !important; width: 155px; -webkit-text-size-adjust: none; mso-hide: all; background: #ff6f6f;">{% trans 'My VM page' %}</a>
 | 
			
		||||
</div>
 | 
			
		||||
{% endblock %}
 | 
			
		||||
{% load static i18n %}
 | 
			
		||||
<!DOCTYPE html>
 | 
			
		||||
<html>
 | 
			
		||||
 | 
			
		||||
<head>
 | 
			
		||||
    <meta charset="UTF-8">
 | 
			
		||||
    <meta name="viewport" content="width=device-width, initial-scale=1">
 | 
			
		||||
    <title>{% trans "Virtual Machine Cancellation" %}</title>
 | 
			
		||||
    <link rel="shortcut icon" href="{% static 'datacenterlight/img/favicon.ico' %}" type="image/x-icon">
 | 
			
		||||
    <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Lato:300,400">
 | 
			
		||||
</head>
 | 
			
		||||
 | 
			
		||||
<body style="margin: 0; padding: 20px 0;">
 | 
			
		||||
    <table style="width: 100%; margin: auto; border-spacing: 0; border-collapse: collapse; max-width: 560px; border: 1px solid #aaa;">
 | 
			
		||||
        <tr>
 | 
			
		||||
            <td style="padding-top: 25px; padding-left: 22px; padding-right: 30px; font-family: Lato, Arial, sans-serif;">
 | 
			
		||||
                <img src="{{base_url}}{% static 'datacenterlight/img/logo_black.svg' %}" style="vertical-align: middle; width: 200px; height: 50px;">
 | 
			
		||||
            </td>
 | 
			
		||||
        </tr>
 | 
			
		||||
        <tr>
 | 
			
		||||
            <td style="padding-top: 15px; padding-left: 30px; padding-right: 30px;">
 | 
			
		||||
                <h1 style="font-family: Lato, Arial, sans-serif; font-size: 25px; font-weight: 400; margin: 0;">{% trans "Virtual Machine Cancellation" %}</h1>
 | 
			
		||||
            </td>
 | 
			
		||||
        </tr>
 | 
			
		||||
        <tr>
 | 
			
		||||
            <td style="padding-top: 25px; padding-left: 30px; padding-right: 30px;">
 | 
			
		||||
                <p style="line-height: 1.75; font-family: Lato, Arial, sans-serif; font-weight: 300; margin: 0;">
 | 
			
		||||
                    {% blocktrans %}You are receiving this email because your virutal machine [{{vm_name}}] has been cancelled.{% endblocktrans %}<br>
 | 
			
		||||
                    {% blocktrans %}You can always order a new VM by clicking the button below.{% endblocktrans %}
 | 
			
		||||
                </p>
 | 
			
		||||
            </td>
 | 
			
		||||
        </tr>
 | 
			
		||||
        <tr>
 | 
			
		||||
            <td style="padding-top: 30px; padding-left: 30px; padding-right: 30px;">
 | 
			
		||||
                <a class="btn" href="{{ base_url }}{% url 'hosting:create_virtual_machine' %}" style="font-family: Lato, Arial, sans-serif; text-decoration: none; background-color: #1596da; color: #fff; padding-top: 10px; padding-bottom: 10px; padding-left: 40px; padding-right: 30px; letter-spacing: 0.5px; border-radius: 3px; display: inline-block; position: relative;"><span style="font-size: 24px; position: absolute; top: 5px; left: 20px;">+</span> {% trans "CREATE VM" %}</a>
 | 
			
		||||
            </td>
 | 
			
		||||
        </tr>
 | 
			
		||||
        <tr>
 | 
			
		||||
            <td style="padding-top: 40px; padding-left: 30px; padding-right: 30px; padding-bottom: 25px;">
 | 
			
		||||
                <h3 style="font-family: Lato, Arial, sans-serif; margin: 0; font-weight: 400; font-size: 18px;">{% trans "Your Data Center Light Team" %}</h3>
 | 
			
		||||
            </td>
 | 
			
		||||
        </tr>
 | 
			
		||||
    </table>
 | 
			
		||||
</body>
 | 
			
		||||
 | 
			
		||||
</html>
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -1,13 +1,10 @@
 | 
			
		|||
{% extends "datacenterlight/emails/base_email_datacenterlight.txt" %}
 | 
			
		||||
{% load i18n %}
 | 
			
		||||
{% block email_head %}{{page_header}}{% endblock %}
 | 
			
		||||
{% block email_body %}
 | 
			
		||||
{% url 'hosting:virtual_machines' as my_virtual_machines_url %}
 | 
			
		||||
{% url 'hosting:orders' order.id as vm_order_url %}
 | 
			
		||||
{% blocktrans with vm.name as vm_name %}You're receiving this mail because your virtual machine [{{vm_name}}] has been cancelled.
 | 
			
		||||
You can see your order status by clicking here
 | 
			
		||||
{{base_url}}{{vm_order_url}}
 | 
			
		||||
If you want to order a new virtual machine, you can do it by clicking this link.
 | 
			
		||||
{{base_url}}{{my_virtual_machines_url}}
 | 
			
		||||
{% endblocktrans %}
 | 
			
		||||
{% endblock %}
 | 
			
		||||
 | 
			
		||||
{% 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" %}
 | 
			
		||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue