{{ block title }} {{ endblock }} {{ block content }}
Stage 2: Ticket choice
{{ if your == 'bid' and other == 'did not bid' }}You have the advantage. The other participant does not have the advantage.
{{ elif your == 'did not bid' and other == 'bid' }}You do not have the advantage. The other participant has the advantage.
{{ elif other == 'bid' and your == 'bid' and group.t_rand > 0.5 and player.id_in_group == 1 }}You have the advantage. The other participant does not have the advantage.
{{ elif other == 'bid' and your == 'bid' and group.t_rand > 0.5 and player.id_in_group == 2 }}You do not have the advantage. The other participant has the advantage.
{{ elif other == 'bid' and your == 'bid' and group.t_rand <= 0.5 and player.id_in_group == 1 }}You do not have the advantage. The other participant has the advantage.
{{ elif other == 'bid' and your == 'bid' and group.t_rand <= 0.5 and player.id_in_group == 2 }}You have the advantage. The other participant does not have the advantage.
{{ elif other == 'did not bid' and your == 'did not bid' }}You do not have the advantage. The other participant does not have the advantage.
{{ endif }} {{ if your == 'bid' and other == 'did not bid' }}You now must decide how many tickets you want to buy. Remember that buying tickets has no cost.
{{ elif other == 'bid' and your == 'bid' and group.t_rand > 0.5 and player.id_in_group == 1 }}You now must decide how many tickets you want to buy. Remember that buying tickets has no cost.
{{ elif other == 'bid' and your == 'bid' and group.t_rand <= 0.5 and player.id_in_group == 2 }}You now must decide how many tickets you want to buy. Remember that buying tickets has no cost.
{{ elif your == 'did not bid' and other == 'bid' }}You now must decide how many tickets you want to buy. Remember that buying tickets costs you 1 token per ticket
{{ elif other == 'bid' and your == 'bid' and group.t_rand > 0.5 and player.id_in_group == 2 }}You now must decide how many tickets you want to buy. Remember that buying tickets costs you 1 token per ticket
{{ elif other == 'bid' and your == 'bid' and group.t_rand <= 0.5 and player.id_in_group == 1 }}You now must decide how many tickets you want to buy. Remember that buying tickets costs you 1 token per ticket
{{ elif other == 'did not bid' and your == 'did not bid' }}You now must decide how many tickets you want to buy. Remember that buying tickets costs you 1 token per ticket
{{ endif }}Your number of tickets (between 0 and 120):
{{ formfield 'ticket' }} {{ if other == 'bid' and your == 'bid' and group.t_rand > 0.5 and player.id_in_group == 1 }}Next, we ask you how many tickets you would buy if the other participant had the advantage instead of you. This is a hypothetical question and will have no impact on who wins the prize or your earnings.
{{ formfield 'ticket2' }} {{ elif other == 'bid' and your == 'bid' and group.t_rand <= 0.5 and player.id_in_group == 2 }}Next, we ask you how many tickets you would buy if the other participant had the advantage instead of you. This is a hypothetical question and will have no impact on who wins the prize or your earnings.
{{ formfield 'ticket2' }} {{ else }} {{ endif }}