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

Your payoff for this variation has been selected randomly from the 10 rounds listed below. You should write this payoff information on a separate sheet of paper for future reference.

The round that has been chosen for payment is Round {{ player.round_select }} .

Your payment from this round is {{ player.payoff_select }} .

This is equal to ${{ player.dollar_select }} dollars .

{% for p in player_in_all_rounds_rev %} {% endfor %}
ROUND COLOR TYPE COST CHOICE WINNER PAYOFF
{{ p.round_number }} {{ p.role }} {{ p.individual_cost }} {{ p.vote }} {{ p.group.winner }} {{ p.payoff }}

{% next_button %} {% endblock %}