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

{{ gettext("Donate to Free Software projects") }}

{{ gettext("This donations website shows the user experience for donations with GNU 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 donor's name that will appear on your receipt:").format(currency=merchant_currency) }}

{{ gettext("(*) To make the demo a bit more interesting, 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 the Taler wallet. That way, Taler protects you from committing to erroneous payments.").format(currency=merchant_currency) }}

{% endblock %}