{% extends "base.html" %} {% block head %} {% endblock head %} {% block main %}

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

{{ _("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 main %}