{% extends "global/Page.html" %} {% load otree %} {% block title %} Bank Details {% endblock %} {% block content %}

To be able to to transfer your payout, we need the following information from you.

Note that this information will be saved separately from the previous data that will be collected for research purposes only and will not be connected to this data in any way. This information will be deleted once the experiment is finished.

If you do not fill this in completely, we are unfortunately not able to pay you.

{% formfield player.Credits label="Do you want to receive (SONA) credits (for first year psychology students) or money for your participation?:" %} {% formfield player.Student_number label="If you want to receive (SONA) credits, what is your student number? If not applicable, please fill in a “-“:" %}


{% formfield player.Bank_account_name label="First and Last Name:" %} {% formfield player.Street label="Street:" %} {% formfield player.House_number label="House number:" %} {% formfield player.Postal_code label="Postal code:" %} {% formfield player.City label="City:" %} {% formfield player.CountryBank label="Country:" %} {% formfield player.IBAN label="IBAN number:" %} {% formfield player.emailadress label="E-mail (in case we need to contact you for the payment):" %}

{% next_button %} {% endblock %}