{% extends "base.html" %} {% load i18n %} {% block main %}

{% trans "Payment confirmation" %}

{% csrf_token %}

{% trans "Please confirm the payment of" %} {{ value }} $!

{% endblock %}