{% load i18n %} {% if explanation %}

{{ explanation }}

{% endif %}
{% if is_moto %}

MOTO

{% endif %}
{% if request.session.payment_stripe_card_payment_method_id %}

{% 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_card_brand }}
{% trans "Card number" %}
**** **** **** {{ request.session.payment_stripe_card_last4 }}
{% 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 %}