{% extends 'base.html' %} {% load i18n %} {% block title %}Payment Result{% endblock %} {% block content %}

{% trans "Your Payment has not been processed" %}

{% trans "There was a problem processing your payment." %}

{% endblock %}