{% extends "global/Page.html" %} {% load otree static %} {% block title %} Job Search -- Final Payoff {% endblock %} {% block content %}

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 }}.laughing {% 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 }}.laughing {% 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 }}.laughing {% 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 }}.laughing {% 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 }}.laughing {% 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 }}.laughing {% else %} {{ player.participant.vars.totalEarnings_6 }}. {% endif %}


{% formfields %}
{% endblock %}