{% load i18n %} {% load escapejson %} {% load static %} {% if request.session.payment_payone_pseudocardpan %}

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

{% trans "Card number" %}
{{ request.session.payment_payone_truncatedcardpan }}
{% endif %}
{% trans "Loading…" %}