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

{{ gettext("Step 1: Install the Taler wallet")}}

{{ gettext('Install the wallet from the installation page.").format(link="https://wallet.taler.net/") + "
" + gettext('Installation only takes one click.') }}

You do not have a wallet installed yet.

Congratulations, you have installed the Taler wallet correctly. You can now proceed with the next steps.

{{ gettext("Step 2: Withdraw coins") }}

{{ gettext('Next you can withdraw coins into your wallet by going to our bank.').format(bank=bank_url) + "
" + gettext('In this demo you are paying with {currency}, an imaginary currency.').format(currency=merchant_currency) + "
" + gettext('When you create an account at our bank, you will receive 100 {currency} for free.').format(currency=merchant_currency) }}

{{ gettext('Once you have completed this step, you can click on the Taler icon in your browser to check your balance.') }}

{{ gettext("Step 3: Pay") }}

{{ gettext("We have two demo merchants where you can spend your coins:") }}

{{ gettext("Step 4: Check money flow") }}

{{ gettext("Step 5: Survey") }}

{{ gettext("Step 6: Reach out to us") }}

{{ gettext('Let us know what you think by contacting us.').format(link="mailto:demo-feedback@taler.net") }}
{% endblock %}