{% extends 'oscar/checkout/preview.html' %} {% load currency_filters %} {% load url from future %} {% load i18n %} {% block payment_method %}
{% blocktrans with amount=order_total.incl_tax|currency %}{{ amount }} will be debited from your bankcard.{% endblocktrans %}