Your draw is {{ player.drawrandom }}. According to your draw, your final payoff is the underlying points below:
Your total earning so far in Experimental Trial 1 (BL1):
{% if player.drawrandom == 1 %}
{{ player.participant.vars.totalEarnings }}.
{% else %}
{{ player.participant.vars.totalEarnings }}.
{% endif %}
Your total earning so far in Experimental Trial 2 (BL2):
{% if player.drawrandom == 2 %}
{{ player.participant.vars.totalEarnings_2 }}.
{% else %}
{{ player.participant.vars.totalEarnings_2 }}.
{% endif %}
Your total earning so far in Experimental Trial 3 (TR1):
{% if player.drawrandom == 3 %}
{{ player.participant.vars.totalEarnings_3 }}.
{% else %}
{{ player.participant.vars.totalEarnings_3 }}.
{% endif %}
Your total earning so far in Experimental Trial 4 (TR2):
{% if player.drawrandom == 4 %}
{{ player.participant.vars.totalEarnings_4 }}.
{% else %}
{{ player.participant.vars.totalEarnings_4 }}.
{% endif %}
Your total earning so far in Experimental Trial 5 (TR3):
{% if player.drawrandom == 5 %}
{{ player.participant.vars.totalEarnings_5 }}.
{% else %}
{{ player.participant.vars.totalEarnings_5 }}.
{% endif %}
Your total earning so far in Experimental Trial 6 (TR4):
{% if player.drawrandom == 6 %}
{{ player.participant.vars.totalEarnings_6 }}.
{% else %}
{{ player.participant.vars.totalEarnings_6 }}.
{% endif %}