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

{% trans "An error occurred while processing payment!" %}

{#

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

#}

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

{% order_tracking_details order %}
{% endblock %}