{% trans "Please fill in your credit card information below. We are using Stripe for payment and do not store your information in our database." %}
{% if credit_card_data.last4 %}
{% trans "You are not making any payment yet. After placing your order, you will be taken to the Submit Payment Page." %}
{% else %}
{% endif %}
{% if stripe_key %}
{% get_current_language as LANGUAGE_CODE %}
{%endif%}
{% if credit_card_data.last4 and credit_card_data.cc_brand %}
{%endif%}
{%endblock%}