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

Your total earning so far in Experimental Trial 1 (BL1): {{ player.participant.vars.totalEarnings }}.

Your total earning so far in Experimental Trial 2 (BL2) : {{ player.participant.vars.totalEarnings_2 }}.

Your total earning so far in Experimental Trial 3 (TR1): {{ player.participant.vars.totalEarnings_3 }}.

Your total earning so far in Experimental Trial 4 (TR2): {{ player.participant.vars.totalEarnings_4 }}.

Your total earning so far in Experimental Trial 5 (TR3): {{ player.participant.vars.totalEarnings_5 }}.

Your total earning so far in Experimental Trial 6 (TR4): {{ player.participant.vars.totalEarnings_6 }}.

Next, we are going to have another draw for you, and your final payoff would be 1 of 6 above.


{% formfields %}
{% endblock %}