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

Round {{ round }} out of 14

Summary of the round:

• You {{ your }} for the advantage in this round

{{ if your == 'bid' and other == 'did not bid' }}

• You had the advantage

{{ elif other == 'bid' and your == 'did not bid' }}

• You did not have the advantage

{{ elif other == 'bid' and your == 'bid' and player.win == True }}

• You had the advantage

{{ elif other == 'bid' and your == 'bid' and player.win == False}}

• You did not have the advantage

{{ elif other == 'did not bid' and your == 'did not bid' }}

• You did not have the advantage

{{ endif }} {{ if your == 'bid' and other == 'did not bid' }}

• You bought {{ ticket }} tickets. The cost of these tickets to you was 0.

{{ elif other == 'bid' and your == 'did not bid' }}

• You bought {{ ticket }} tickets. The cost of these tickets to you was {{ ticket }}.

{{ elif other == 'bid' and your == 'bid' and player.win == True }}

• You bought {{ ticket }} tickets. The cost of these tickets to you was 0.

{{ elif other == 'bid' and your == 'bid' and player.win == False }}

• You bought {{ ticket }} tickets. The cost of these tickets to you was {{ ticket }}.

{{ elif other == 'did not bid' and your == 'did not bid' }}

• You bought {{ ticket }} tickets. The cost of these tickets to you was {{ ticket }}.

{{ endif }}

• You {{ won }} the prize

• Your payoff in this round is:

{{ prize }} {{ bidcost }} - cost of tickets ({{ ticketcost }} tokens) = {{ pay }} tokens

{{ endblock }}