{% extends 'edx/base.html' %} {% load core_extras %} {% load currency_filters %} {% load i18n %} {% load django_markup %} {% load l10n %} {% load offer_tags %} {% load static %} {% load enterprise %} {% block content %} {% if msg == "PENDING" %}

{% trans "Awaiting confirmation of payment." as tmsg %}{{ tmsg | force_escape }}

Thank you, your order will be ready when the payment is confirmed.
{% elif msg == "DECLINED" %}

{% trans "Your payment has been declined." as tmsg %}{{ tmsg | force_escape }}

There was a problem in validating your payment and it could not be done.
{% elif msg == "error" %}

{% trans "Error 404" as tmsg %}{{ tmsg | force_escape }}

Order not found
{% endif %} {% endblock content %}