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

PIN/TAN: Confirm transaction

{% endblock %} {% block content %} {% if fail_message %}

{{ hint }}

{% endif %}

{{ settings_value("TALER_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" (*):

What is {{ 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 content %}