{% 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!
Your order of [{{vm_name}}] has been charged.

You can view your invoice by clicking the button below.

{% endblocktrans %}
{% trans 'View Invoice' %}
{% endblock %}