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

Your total earning in 1st trial: {{ player.participant.vars.totalEarnings }}. Your total earning in 2nd trial: {{ player.participant.vars.totalEarnings_2 }}.

Your total earning in 3rd trial: {{ player.participant.vars.totalEarnings_3 }}. Your total earning in 4th trial: {{ player.participant.vars.totalEarnings_4 }}.

Your total earning in 5th trial: {{ player.participant.vars.totalEarnings_5 }}. Your total earning in 6th trial: {{ player.participant.vars.totalEarnings_6 }}.

Your total earning in 7th trial: {{ player.participant.vars.totalEarnings_7 }}. Your total earning in 8th trial: {{ player.participant.vars.totalEarnings_8 }}.

Your total earning in 9th trial: {{ player.participant.vars.totalEarnings_9 }}. Your total earning in 10th trial: {{ player.participant.vars.totalEarnings_10 }}.

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


{% formfields %}
{% endblock %}