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

{{ _("Payment Failed") }}

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

{{ _("Oops. Your payment has failed.") }}

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

{% endblock %}