{% load i18n %}
{% if is_moto %}

MOTO

{% endif %}
{% if request.session.payment_stripe_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_brand }}
{% trans "Card number" %}
**** **** **** {{ request.session.payment_stripe_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 %}