{% extends "shop/checkout/base_confirm.html" %} {% load i18n %} {% load satchmo_currency %} {# this is the credit-card confirm template #} {% block errorheader %}{% trans "The following error was returned while trying to process your card. Please correct and resubmit" %}{% endblock %} {% block navbar %}
  • {% trans "Home" %}
  • {% trans "Checkout" %}
  • {% endblock %} {% block payment_display %}

    {% trans "Payment" %}

    {% with order.total|currency as order_total %} {% blocktrans %}This order will be COD for {{ order_total }}.{% endblocktrans %} {% endwith %} {% endblock %}