+ {% trans "VAT" %}:
+ {{vm.vat|floatformat|intcomma}} CHF
+
+ {% endif %}
{% trans "Total" %}
- {{vm.price|intcomma}} CHF
+ {{vm.total_price|floatformat|intcomma}} CHF
@@ -78,7 +84,7 @@
{% csrf_token %}
-
{% blocktrans with vm_price=request.session.specs.price %}By clicking "Place order" this plan will charge your credit card account with the fee of {{ vm_price }}CHF/month{% endblocktrans %}.
+
{% blocktrans with vm_total_price=vm.total_price|floatformat|intcomma %}By clicking "Place order" this plan will charge your credit card account with the fee of {{vm_total_price}} CHF/month{% endblocktrans %}.