{% extends "datacenterlight/base_hosting.html" %} {% load staticfiles bootstrap3 i18n cms_tags humanize %} {% block css_extra %} {% endblock css_extra %} {% block navbar %} {% include "datacenterlight/includes/_navbar.html" %} {% endblock navbar %} {% block content %}
{% trans "Review your billing address and card details and proceed to make payment." %}
{% blocktrans %}Already signed up?
By logging in you can retrieve saved billing information.{% endblocktrans %}
{% trans "Don't have an account yet?" %}
{% trans "You can sign up by filling in the information below." %}
{% trans "Forgot password?" %} or {% trans "Resend activation link" %}?
{{message}}
{% endif %} {% endfor %}{% trans "Cores"%} {{request.session.specs.cpu|floatformat}}
{% trans "Memory"%} {{request.session.specs.memory|floatformat}} GB
{% trans "Disk space"%} {{request.session.specs.disk_size|floatformat}} GB
{% trans "Configuration"%} {{request.session.template.name}}
{%trans "Total" %} ({% if vm_pricing.vat_inclusive %}{%trans "including VAT" %}{% else %}{%trans "excluding VAT" %}{% endif %}) {{request.session.specs.price|intcomma}} CHF/{% trans "Month" %}
{%trans "Discount" as discount_name %} {{ vm_pricing.discount_name|default:discount_name }} - {{ vm_pricing.discount_amount }} CHF/{% trans "Month" %}
({% trans "Will be applied at checkout" %})
{% endif %}{% 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 %}
{% trans "You are not making any payment yet. After submitting your card information, you will be taken to the Confirm Order Page." %}
{% endif %}{{ message|safe }}
{{ error|escape }}
{% endfor %}