{% extends "shop/base.html" %} {% load i18n %} {% block navbar %}
  • {% trans "Home" %}
  • {% trans "Checkout" %}
  • {% endblock %} {% block content %}

    {% trans "Failed payment" %}

    {% trans 'We are sorry, but the payment process finished with a failure.' %}

    {% trans 'You may' %} {% trans 'proceed to the cart' %} {% trans 'and check out again, using other payment method.' %}

    {% endblock %}