{% extends "global/Page.html" %} {% load staticfiles otree %} {% block title %} Thank you {% endblock %} {% block content %}

Thank you for participating in the experiment.

You earned $25 as a result of completing this experiment.

In order to confirm your payment, please enter your name, student ID number and email address in the boxes below. Your payment will be sent via PayPal to the email address you enter below.

{% formfield player.first_name label="Please enter your first name:" %} {% formfield player.last_name label="Please enter your surname:" %} {% formfield player.uni_id label="Please enter your University ID:" %} {% formfield player.email_address label="Please enter the email address that you would like your PayPal payment sent to:" %} {% next_button %} {% endblock %} {% block form %} {% endblock %}