{{ block title }}Results{{ endblock }} {{ block content }} {{ if player.id_in_group == 1 }}

Did you choose to set a minimum amount? {{ group.minimum_amount }}

Your payoff is: {{ player.payoff }}. With the $0.25 this equals to {{ participant.payoff_plus_participation_fee() }}

{{ else }}

Did Player B choose to set a minimum amount? {{ group.minimum_amount }}

Your payoff is: {{ player.payoff }}. With the $0.25 this equals to an income of {{ participant.payoff_plus_participation_fee() }}

{{ endif }}

{{ next_button }}

{{ endblock }}