{% extends 'oscar/checkout/preview.html' %} {% load currency_filters %} {% load url from future %} {% load i18n %} {% block payment_method %}

{% trans "Payment" %}

{% blocktrans with amount=order_total.incl_tax|currency %}{{ amount }} will be debited from your bankcard.{% endblocktrans %}

{% endblock %} {% block hiddenforms %} {{ bankcard_form.as_p }} {{ billing_address_form.as_p }} {% endblock %}