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

The paying rounds were randomly chosen to be {{ paying_round_1 }} and {{ paying_round_2 }}.

Your payoff in round {{ paying_round_1 }} was {{ round_1_payoff }}, which is worth {{ round_1_value }}.

Your payoff in round {{ paying_round_2 }} was {{ round_2_payoff }}, which is worth {{ round_2_value }}.

The show-up fee is {{ show_up_fee }}.

Therefore, your total payoff is {{ total_payoff }}. Please write this number on your receipt and sign your name.

History of previous rounds

{% if announce_treatment %} {% endif %} {% for p in player_in_all_rounds %} {% if announce_treatment %} {% endif %} {% endfor %}
RoundAnnouncement Your Decision Your Payoff
{{ p.round_number }}{{ p.subsession.announcement }}{{ p.decision }} {{ p.payoff }}
{% endblock %} {% block app_styles %} {% endblock %}