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

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

{{ _("Continue") }}
{% endblock %}