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

This is a trial auction for farmland sales experiment.

We are now in period {{player.round_number}}.

The average aquifer saturated thickness level is {{player.saturate}}. The average aquifer saturated thickness level will not change in the next period

We have two farmlands to be sold in this period. Farmland A and Farmland B.

Tips:

(1)You have 3 minutes to do the auction. You could make adjustments and submit bids anytime during the 3 minutes. After the time limits, the auction in this period will be closed, and you can not make changes or submit bids any longer.

(2) If you are not a top bidder for any assets, make sure your total bids will not exceed the account balance.The bidding budget for any asset is your account balance,but the summation of your bids will be limited to your account balance and bids for A has priority (For example, assume you are not top bidder for either A or B before you submit new bids. Your current account balance is 500. Your new bidding proposal for A is 400, and for B is 200, which summation exceeds 500. Thus, the computer will consider your bids for A is 400, and your bids for B is 500-400= 100)

(3) If you are a top bidder for some assets, the bidding budget for other assets is your account balance minus your top bids for the winning assets. (for example, assume you are a top bidder for B, but not for A. your account balance is 500. Your last bid for B was 200 and the computer shows you are the top bidder. In your new bids submition, you could increase your bid for B and the limit is 500. Although you dont need to, since you are winning B. You could also increase your bids for A but the limit is 500-200=300)

(4)In case you lose the farmland that you want to buy due to the time limitaion, our suggestion is typing in you highest willingness to pay for the target farmlands at first, and making slight changes according to your opponnets bidding strategies.

Your current account balance is: {{player.participant.temp_total1}}.

Please make bids for the two farmlands.

Highest bid for A {{player.A}} feet
Make new bid for A
Highest bid for B {{player.B}} feet
Make new bid for B
{% if player.round_number != 1 %}
History Table
{% for p in player.in_previous_rounds %} {% endfor %}
period average
aquifer
saturated
thickness level
A price
of A
return
of A
B price
of B
return
of B
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.temp}}
{% endif %} {{ endblock }} {{ block scripts }} {{ endblock }}