{% extends "templates/web.html" %} {% block title %}{{ _("Payment Success") }}{% endblock %} {%- block header -%}

{{ _("Payment Success") }}

{% endblock %} {%- block page_content -%}

{{ _("Your payment was successfully accepted") }}

{{ frappe.form_dict.redirect_message or _("Continue") }}

{% endblock %}