{% extends 'oscar/checkout/thank_you.html' %} {% load currency_filters %} {% block checkout-nav %} {% include 'checkout/nav.html' with step=4 %} {% endblock %} {% block payment_info %}

Payment

{% for source in order.sources.all %} {% if source.source_type.name == 'Datacash' %} {{ source.amount_allocated|currency }} authorised on your bankcard {% else %} {{ source }} {% endif %} {% endfor %}
{% endblock %}