{% extends "global/Page.html" %} {% load otree %} {% block title %} Cash Payoff {% endblock %} {% block content %}
You total earnings from participating in this experiment = {{ total_payoff }}.
The exchange rate is given by:
36 points = 1 US $.
Your total earnings in US$ are therefore = {{ total_cash_payoff }}.
Your cash payoff (total earnings in US$ + participation fee of $4) = {{ participant.payoff_plus_participation_fee }}.
{% endblock %}