{% load staticfiles %} {{ currency }} Bank - Taler Demo

PIN/TAN: Confirm transaction

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

{% csrf_token %} {{ 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.