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

{{ _("Confirm Withdrawal") }}

{% if not is_success %}

{{ hint }}

{% endif %}

{% autoescape off %} {{ _("{currency} Bank needs to verify that you intend to withdraw {amount} from {exchange}. To prove that you are the account owner, please answer the following "security question" (*):").format(currency=settings_value("TALER_CURRENCY"), amount=amount, exchange=exchange) }} {% endautoescape %}

{{ _("What is {question}?").format(question=question) }}

(*) {{ _("A real bank should ask for a PIN/TAN instead of a simple calculation. For example by sending a one time password to the customer's mobile or providing her a random password generator.") }}

{% endblock main %}