{{ extends 'global/Page.html' }} {{ block title }}Title{{ endblock }} {{ block content }}
type | your bid | Highest bid | winner | did you win? |
---|---|---|---|---|
A | {{player.bid1}} | {{group.highest_bid1}} | {{group.highest_bidder1}} | {{player.is_winner1}} |
B | {{player.bid2}} | {{group.highest_bid2}} | {{group.highest_bidder2}} | {{player.is_winner2}} |
C | {{player.bid3}} | {{group.highest_bid3}} | {{group.highest_bidder3}} | {{player.is_winner3}} |
D | {{player.bid4}} | {{group.highest_bid4}} | {{group.highest_bidder4}} | {{player.is_winner4}} |