{% extends "base.html" %} {% block headermsg %}

{{ _("Withdraw to a Taler Wallet") }}

{% endblock %} {% block head %} {% endblock head %} {% block content %}

{% autoescape off %} {{ _("Looks like your browser doesn't support GNU Taler payments. You can try installing a wallet browser extension.").format(wallet_link="https://taler.net/en/wallet.html") }} {% endautoescape %}

{{ _("You can use this QR code to withdraw to your mobile wallet:") }}

{{ qrcode_svg | safe }}

{% autoescape off %} {{ _("Click this link to open your system's Taler wallet if it exists.").format(taler_withdraw_uri=taler_withdraw_uri) }} {% endautoescape %}

{% endblock content %}