{% extends 'base/base.html' %} {% load static %} {% block title %}Payment Failed{% endblock %} {% block content %}

Payment Failed

There was an issue processing your payment.

Please try again or contact support if the problem persists.

{# You might want to display a specific error message here if available #} {#

Error details: {{ error_message }}

#}
{% endblock %}