{% extends "checkout/layout.html" %} {% load currency_filters %} {% load thumbnail %} {% load i18n %} {% load static %} {% load wagtailimages_tags %} {% block checkout_header %}{% endblock %} {% block body_class %}thankyoupage{% endblock %} {% block wrapper_class %}thankyou_wrapper{% endblock %} {% block title %} {% blocktrans with number=order.number %}Order {{ number }}: confirmation{% endblocktrans %} | {{ block.super }} {% endblock title %} {% block checkout_nav %} {% include 'checkout/nav.html' with step=5 %} {% endblock %} {% block checkout_title %} {% blocktrans with number=order.number %}Order #{{ number }}: confirmation{% endblocktrans %} {% endblock %} {% block wrapper_header %} {% endblock %} {% block content %}
{% trans "No shipping address required." %}
{% endif %}{{ order.shipping_method }}
{{ order.shipping_address.notes|safe }}
{% trans source.source_type.name as translated_source %} {% if source.reference %} {% blocktrans with amount=source.amount_allocated|currency:source.currency type=translated_source reference=source.reference %}Allocation of {{ amount }} from type {{ type }} (reference: {{ reference }}){% endblocktrans %} {% else %} {% blocktrans with amount=source.amount_allocated|currency:source.currency type=translated_source %}Allocation of {{ amount }} from type {{ type }}{% endblocktrans %} {% endif %}
{% empty %}{% trans "No payment was required for this order." %}
{% endfor %} {% if order.billing_address %}{% trans "You can track the status of your order" %}. {% trans "View order status" %}