{% extends "templates/base.html.j2" %} {% block main %}

{{ gettext("Taler donation demonstrator") }}

{{ gettext("This donations website shows the user experience for donations with Taler.") + "
" + gettext("You can make donations in an toy currency ({currency})").format(currency=merchant_currency) }}

{{ gettext("Please select a project, the amount (*) of {currency} you wish to donate, and enter the name that will appear on your receipt:").format(currency=merchant_currency) }}

{{ gettext("(*) To make it a bit more fun, the 5 {currency} option is deliberately implemented with a fault: the merchant will try to make you donate 6 {currency} instead of the 5 {currency} shown in the form. But do not worry, you will be given the opportunity to review the final offer from the merchant in a window secured by the Taler extension. That way, you can spot the error before committing to an incorrect contract or amount.").format(currency=merchant_currency) }}

{% endblock %}