{{ block title }} {{ endblock }} {{ block content }}
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 group.t_rand > 0.5 and player.id_in_group == 1 }}• You had the advantage
{{ elif other == 'bid' and your == 'bid' and group.t_rand > 0.5 and player.id_in_group == 2 }}• You did not have the advantage
{{ elif other == 'bid' and your == 'bid' and group.t_rand <= 0.5 and player.id_in_group == 1 }}• You did not have the advantage
{{ elif other == 'bid' and your == 'bid' and group.t_rand <= 0.5 and player.id_in_group == 2 }}• You had 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 group.t_rand > 0.5 and player.id_in_group == 1 }}• You bought {{ ticket }} tickets. The cost of these tickets to you was 0.
{{ elif other == 'bid' and your == 'bid' and group.t_rand > 0.5 and player.id_in_group == 2 }}• You bought {{ ticket }} tickets. The cost of these tickets to you was {{ ticket }}.
{{ elif other == 'bid' and your == 'bid' and group.t_rand <= 0.5 and player.id_in_group == 1 }}• You bought {{ ticket }} tickets. The cost of these tickets to you was {{ ticket }}.
{{ elif other == 'bid' and your == 'bid' and group.t_rand <= 0.5 and player.id_in_group == 2 }}• You bought {{ ticket }} tickets. The cost of these tickets to you was 0.
{{ 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: