{% extends "base.html" %} {% load i18n %} {% autoescape off %} {% load accounts_extra %} {% block content %} {% trans Your payment of {{ payment.amount|floatformat:2 }}{{ payment.currency }} has been validated. %} {% endblock %} {% endautoescape %}