{{ block title }} {{ endblock }} {{ block content }}

Round {{ round }} out of 14

You have been randomly matched with one other participant.

Stage 1: Bid

{{ if player.bid == 1 }}

You were assigned to the BID state

{{ elif player.bid == 2 }}

You were not assigned to the BID state

{{ endif }} {{ if player.other == 1 }}

The other participant was assigned to the BID state

{{ elif player.other == 2 }}

The other participant was not assigned to the BID state

{{ endif }} {{ if player.bid == 1 and player.other == 2 }}

You have the advantage

{{ elif player.bid == 2 and player.other == 1 }}

The other participant has the advantage

{{ elif player.bid == 1 and player.other == 1 and player.win == 1 }}

The coin flip decided you have the advantage

{{ elif player.bid == 1 and player.other == 1 and player.win == 2 }}

The coin flip decided the other participant has the advantage

{{ elif player.bid == 2 and player.other == 2 }}

No participant has the advantage

{{ endif }}

Remember that being assigned to the BID state costs 12 tokens.

{{ endblock }}