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

PIN/TAN: Confirm transaction

{% endblock %} {% block content %} {% if previous_failed %}

The captcha wasn't solved correctly. Please try again.

{% endif %}

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

{{ form.pin }}
(*) 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 %}