{{ extends 'global/Page.html' }} {{ block title }}auction{{ endblock }} {{ block content }}
This is an formal auction for farmland sales experiment.
We are now in period {{player.round_number}}.
The average aquifer saturated thickness level is {{player.saturate}}. The decling rate of the aquifer saturated thickness level is 10 feet per period
We have 4 farmlands to be sold in this period. Farmland A B C and D.
| period | average saturated thickness level of the aquifer | High return farmland (type A) | Mid return farmland (type B) | Low return farmland (type C) | Dry farmland (type D) | 
|---|---|---|---|---|---|
| {{player.round_number}} | {{player.saturate}} | {{player.A}}feet | {{player.B}}feet | {{player.C}}feet | {{player.D}}feet | 
Please make bids for the two farmlands.
You current account balance is {{participant.temp_total}}
| Highest bid for A {{player.A}} feet | |
|---|---|
| Make new bid for A | 
| Highest bid for B {{player.B}} feet | |
|---|---|
| Make new bid for B | 
| Highest bid for C {{player.C}} feet | |
|---|---|
| Make new bid for C | 
| Highest bid for D {{player.D}} feet | |
|---|---|
| Make new bid for D | 
| period | average aquifer saturated thickness level | A | price of A | return of A | B | price of B | return of B | C | price of C | return of C | D | price of D | return of D | your account balance | 
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{p.round_number}} | {{p.saturate}} | {{p.A}} | {{p.group.highest_bid1}} | {{p.group.farmland1value}} | {{p.B}} | {{p.group.highest_bid2}} | {{p.group.farmland2value}} | {{p.C}} | {{p.group.highest_bid3}} | {{p.group.farmland3value}} | {{p.D}} | {{p.group.highest_bid4}} | {{p.group.farmland4value}} | {{p.temp}} |