{% extends "matrixhosting/base.html" %} {% load static compress i18n %} {% block title %} Request Details {% endblock %} {% block content %}
{% trans "Setup Fees"%} {{matrix_vm_pricing.set_up_fees}} CHF
{% trans "Recurring Price"%} {{request.session.pricing.recurring_price}} CHF
{% if matrix_vm_pricing.discount_amount %}{% trans "Discount"%} - {{matrix_vm_pricing.discount_amount}} CHF
{% endif %}{% trans "VAT" %} {{request.session.pricing.vat_amount}} CHF
{% trans "Total To Pay"%} {% if matrix_vm_pricing.vat_inclusive %}({%trans "including VAT" %}){% endif %} {{request.session.pricing.total}} CHF
{% if cards_len > 0 %} {% blocktrans %}You haven't enough balance in your wallet, Please select one of the cards that you used before or fill in your credit card information below.{% endblocktrans %} {% else %} {% blocktrans %}You haven't enough balance in your wallet, Please fill in your credit card information below.{% endblocktrans %} {% endif %}
{% blocktrans %}Your wallet has enough balance, Press Continue to fill the VM instance settings.{% endblocktrans %}