{{ extends "global/Page.html" }} {{ block title }}Session Ended{{ endblock }} {{ block content }} {{ include_sibling 'uw_teton_bg.html' }}
The randomly selected round that determined your earnings was: Round {{selected_round}}.
{{ if participant.spender == 1 }}In Round {{selected_round}}, the computer's random price was ${{computer_price}}, and your bid was ${{spender_WTP}}.
{{ if selected_round == 1 and winner_1 == 1 or selected_round == 2 and winner_2 == 1}}Since your bid was higher than the computer's price, you won the auction. You paid the computer's price of ${{computer_price}} for your item.
{{ else }}Since your bid was lower than the computer's price, you lost the auction. You did not purchase an item, and no funds were removed from the joint account.
{{ endif }} {{ endif }}Your total earnings in the study {{ if participant.spender == 1 and group.winner == 1 }}(after removing your purchase){{ endif }} are ${{payoff}}.
{{ if participant.spender == 1 and selected_round == 1 and winner_1 == 1 or participant.spender == 1 and selected_round == 2 and winner_2 == 1 }}Please write down the following code on your receipt so we can ask you for more information about shipping: {{participant.random_code}}
{{ endif }}Thank you for participating!
{{ endblock }}