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




************* PLEASE STOP WORK AND RAISE YOUR HAND *************



The computer has randomly chosen the following rounds for payment:
First Part: {{ paying_round1 }} with earnings XX
Second Part: {{ paying_round2 }} with earnings YY

Your total payments are as follows:
Personal Earnings: AA
Earnings for Charitable Cause: BB


Please wait until the lab facilitator has come to your seat to pay you.
Once you have been paid, please indicate that you have been paid the correct amount by clicking the button below.

{% formfield player.confirm_payment %}

{% endblock %} {% block styles %} {% endblock %}