{% load static i18n %} {% load bootstrap5 %} Matrix Hosting - {% block title %} made in Switzerland{% endblock %} {% bootstrap_css %}

{%trans "Your Order" %}


{% trans "Cores"%} {{request.session.order.cores|floatformat}}


{% trans "Memory"%} {{request.session.order.memory|floatformat}} GB


{% trans "Disk space"%} {{request.session.order.storage|floatformat}} GB


{%trans "Total" %}   ({% if matrix_vm_pricing.vat_inclusive %}{%trans "including VAT" %}{% else %}{%trans "excluding VAT" %}{% endif %}) {{request.session.order.subtotal|floatformat}} CHF / {% trans "Month" %}


{% if matrix_vm_pricing.discount_amount %}

{{ request.session.order.discount.name }}   - {{ request.session.order.discount.amount }} CHF / {% trans "Month" %}

{% endif %}

{%trans "Billing Address"%}


{% for message in messages %} {% if 'vat_error' in message.tags %}
  • {{ message|safe }}
{% endif %} {% endfor %}
{% csrf_token %} {% for field in billing_address_form %} {% if field.html_name in 'active,owner' %} {{ field.as_hidden }} {%else %} {% bootstrap_field field show_label=False type='fields'%} {% endif %} {% endfor %}
{% with cards_len=cards|length %}

{%trans "Credit Card"%}


{% if cards_len > 0 %} {% blocktrans %}Please select one of the cards that you used before or fill in your credit card information below. We are using Stripe for payment and do not store your information in our database.{% endblocktrans %} {% else %} {% blocktrans %}Please fill in your credit card information below. We are using Stripe for payment and do not store your information in our database.{% endblocktrans %} {% endif %}

{% for card in cards %}
{% trans "Credit Card" %}
{% trans "Last" %} 4: ***** {{card.last4}}
{% trans "Type" %}: {{card.brand}}
{% trans "Expiry" %}: {{card.month}}/{{card.year}}
{% endfor %} {% if cards_len > 0 %}

{% trans "Add a new credit card" %}


{%trans "New Credit Card" %}


{% include "matrixhosting/includes/_card.html" %}
{% else%} {% include "matrixhosting/includes/_card.html" %} {% endif %}
{% endwith %}
{% if stripe_key %} {% get_current_language as LANGUAGE_CODE %} {%endif%} {% bootstrap_javascript %}