{% extends 'oscar/checkout/preview.html' %} {% load currency_filters %} {% block payment_method %}

Payment

{{ order_total.incl_tax|currency }} will be debited from your bankcard.

{% endblock %} {% block place_order %}

Please review the information below, then click "Place Order"

{% csrf_token %}
{{ stripe_token_form.as_p }}
{% endblock place_order %}