{% extends "global/Page.html" %} {% load otree %} {% block title %}Your Payment{% endblock %} {% block content %}
The paying round was {{ paying_round }}
Your total earnings in the game is {{total_payoff}}
Your payoff is {{ your_payoff }}
You have completed the study.
Thank You!
Your completion code is CMSA2020
{% next_button %} {% endblock %}