{% load i18n %}
{% if request.session.payment_stripe_token %}

{% blocktrans trimmed %} You already entered a card number that we will use to charge the payment amount. {% endblocktrans %}

{% trans "Card type" %}
{{ request.session.payment_stripe_brand }}
{% trans "Card number" %}
**** **** **** {{ request.session.payment_stripe_last4 }}

{% else %}

{% blocktrans trimmed %} Please continue below to start the credit card payment. {% endblocktrans %}

{% endif %}

{% blocktrans trimmed %} Your payment will be processed by Stripe, Inc. Your credit card data will be transmitted directly to Stripe and never touches our servers. {% endblocktrans %}

{% if order %} {% else %} {% endif %}