{% extends "shop/checkout/success.html" %} {% load i18n %} {% load satchmo_order %} {% block content %}

{% trans "Thank you for your order!" %}

{% trans 'Please print out this page as a receipt. You will also receive an email with this information.' %}

{% trans 'PayWorld message:' %} {{ result_message }}

{% trans 'PayWorld transaction:' %} {{ transaction }}

{% order_tracking_details order %}
{% endblock %}