{% extends "oscar/checkout/layout.html" %} {% load currency_filters %} {% load i18n %} {% load image_tags %} {% block title %} {% blocktrans with number=order.number %} Order {{ number }}: confirmation {% endblocktrans %} | {{ block.super }} {% endblock title %} {% block checkout_nav %} {% include 'oscar/checkout/nav.html' with step=5 %} {% endblock %} {% block checkout_title %} {% blocktrans %} Order {{ number }} : confirmation {% endblocktrans %} {% endblock %} {% block content %} {% comment %} InsufficientPaymentSources {% endcomment %} {% if status == 402 %}