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

{{ gettext("Select your payment method") }}

{{ gettext('This is an example for a "checkout" page of a Web shop.') + "" + gettext('On the previous page, you have created the shopping cart and decided which product to buy (i.e. which project to donate KUDOS to).') + "
" + gettext('As Taler is not yet universally used, we expect merchants will offer various payment options.') + "
" + gettext('To continue with the demo, select the "Taler" payment option.') }}

{{ gettext('Note that you must select Taler here for the demo to continue, as the other payment options are just placeholders and not really working in the demonstration.') + "" + gettext('It would be possible to ask the user to make this choice already on the previous page (with the shopping cart); we just separated the two steps to keep each step as simple as possible.') }}


{% endblock main %}