{% extends "global/Page.html" %} {% load otree %} {% block styles %} {% endblock %} {% block title %} Payment Information {% endblock %} {% block content %}

Please provide the following payment information. Note that your anonymity is secured, as the payments will be handled by a person who is not involved in the research project in any way.


First name: {% formfield player.first_name label="" %}
Last name: {% formfield player.last_name label="" %}
Address: {% formfield player.address label="" %}
City: {% formfield player.city label="" %}
Country: {% formfield player.country label="" %}
Date of birth: {% formfield player.dob label="" %}
IBAN: {% formfield player.iban label="" %}
E-mail* (optional): {% formfield player.email label="" %}

*Provide your e-mail address to receive a written confirmation of your final earnings within 10 working days.


{% endblock %}