{{ extends 'global/Page.html' }} {{ block title }}Results{{ endblock }} {{ block content }}

{{ if player.id_in_group == group.winner1 }} You won the bid! {{ elif player.id_in_group == group.winner2 }} You won the bid! {{ elif player.id_in_group == group.winner3 }} You won the bid! {{ elif player.id_in_group == group.winner4 }} You won the bid! {{ else }} You did not win the bid! {{ endif }}

{{ if player.bid_amount != player.validbid}} You made an invalid bid. Your bid was considered as 0. {{ endif }}

You previously had {{player.endow_blue}} Blue dollars and {{player.endow_red}} dollars.

Your bid Current Blue Currency Current Red Currency
{{ player.bid_amount }} {{ player.e_blue }} {{ player.e_red }}
If you buy wheat now, you will be able to purchase {{ player.payoff }} of wheat. {{ next_button }} {{ endblock }}