{{ block title }} {{ endblock }} {{ block content }}
• You {{ your }} for the advantage in this round
• The other participant {{ other }} for the advantage
{{ if your == 'bid' and other == 'did not bid' }}• You have the advantage
{{ elif other == 'bid' and your == 'did not bid' }}• The other participant has the advantage
{{ elif other == 'bid' and your == 'bid' and group.t_rand > 0.5 and player.id_in_group == 1 }}• The coin flip decided you have the advantage
{{ elif other == 'bid' and your == 'bid' and group.t_rand > 0.5 and player.id_in_group == 2 }}• The coin flip decided the other participant has the advantage
{{ elif other == 'bid' and your == 'bid' and group.t_rand <= 0.5 and player.id_in_group == 1 }}• The coin flip decided the other participant has the advantage
{{ elif other == 'bid' and your == 'bid' and group.t_rand <= 0.5 and player.id_in_group == 2 }}• The coin flip decided you have the advantage
{{ elif other == 'did not bid' and your == 'did not bid' }}• No participant has the advantage
{{ endif }}