diff --git a/datacenterlight/templates/datacenterlight/order_detail.html b/datacenterlight/templates/datacenterlight/order_detail.html index fbe6ef16..3236ffe0 100644 --- a/datacenterlight/templates/datacenterlight/order_detail.html +++ b/datacenterlight/templates/datacenterlight/order_detail.html @@ -103,8 +103,19 @@ {% trans "Product" %}: {{ request.session.template.name }}
+{% trans "Cores" %}: {{vm.cpu|floatformat}} @@ -121,7 +132,7 @@
{% trans "Price Before VAT" %} {{vm.price|intcomma}} CHF @@ -130,64 +141,38 @@
Pre VAT
+{% trans "Pre VAT" %}
VAT for {{vm.vat_country}} ({{vm.vat_percent}}%)
+{% trans "VAT for" %} {{vm.vat_country}} ({{vm.vat_percent}}%)
Price
{{vm.price|intcomma}} CHF
{{vm.price_with_vat|intcomma}} CHF
{{vm.discount.name}}
-{{vm.discount.amount|intcomma}} CHF
-{{vm.discount.amount_with_vat|intcomma}} CHF
Total
{{vm.price_after_discount|intcomma}} CHF
{{vm.price_after_discount_with_vat|intcomma}} CHF
+