{% extends "base.html" %} {% load i18n static %} {% block content %} {% trans "Payment Successful" %} {% trans "Home" %} {% trans "Success" %} {{ _("Thank You") }}! {{ _("Your payment was successful") }}. {{ _("Your order is being processed") }}. {% if invoice %} {{ _("View Invoice") }} {% endif %} {{ _("Back to Home") }} {% endblock content %}
{{ _("Your payment was successful") }}. {{ _("Your order is being processed") }}.