{% 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.
| Round | {% if announce_treatment %}Announcement | {% endif %}Your Decision | Your Payoff |
|---|---|---|---|
| {{ p.round_number }} | {% if announce_treatment %}{{ p.subsession.announcement }} | {% endif %}{{ p.decision }} | {{ p.payoff }} |