{% load staticfiles otree_tags %} {% block styles %} {% endblock %}
Round | Payoff |
---|---|
{{ p.round_number }} | {% if p.round_number != Constants.num_rounds %} {{ p.payoff }} {% else %} {{last_round_payoff}} {% endif %} |
Your final payoff in all rounds: | {{ tot_game_payoff }} |
In US Dollars the bonus is: | {{ participant_real_currency_payoff }} |
You waited for others (min): | {{ waited_min}} |
Your payoff for waiting: | {{ payoff_waiting }} |
Your participation fee is: | {{ session.config.participation_fee }} |
Your final earnings in US Dollars: | {{ participant.payoff_plus_participation_fee }} |