{{ extends 'global/Page.html' }}
{{ block title }}Result{{ endblock }}
{{ block content }}
You {% if player.is_winner == True %} won {% else %} did not win {% endif %} the auction.
Farmland Water Level | Your Bid | Highest Bid | Second Highest Bid | Did You Win? | You Need To Pay | Return Of This Farmland | Your Net Return Of This Farmland |
---|---|---|---|---|---|---|---|
{{player.myfarmland}} feet | {{player.bid}} | {{group.highest_bid}} | {{group.second_highest_bid}} | {{player.is_winner}} | {{player.paid}} | {{group.value}} | {{player.payoff}} |
Summary of your account balance
Your Previous Account Balance | Total Return Of This Period | Your Current Account Balance |
---|---|---|
{{player.pre}} | {{player.payoff}} | {{player.temp}} |