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

{% trans "Payment Successful" %}

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

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

{% endblock content %}