{% extends "base.html" %} {% load i18n static %} {% block content %}

{% trans "Payment Successful"%}

{{ _("Thank You")}}!

{{ _("Your payment was successful")}}. {{ _("Your order is being processed")}}.

{% if invoice %} {{ _("View Invoice")}} {% endif %} {{ _("Back to Home")}}
{% endblock content %}