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

Please provide the following payment information.


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 payment within 5 working days.


{% endblock %}