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

Your total earning so far {% if player.round_number < 21 %} in 1st trial: {{ player.participant.vars.totalEarnings }}. {% else %} {% if player.round_number < 41 %} in 1st trial: {{ player.participant.vars.totalEarnings }}.

Your total earning so far in 2nd trial: {{ player.participant.vars.totalEarnings_2 }}. {% else %} {% if player.round_number < 61 %} in 1st trial: {{ player.participant.vars.totalEarnings }}.

Your total earning so far in 2nd trial: {{ player.participant.vars.totalEarnings_2 }}.

Your total earning so far in 3rd trial: {{ player.participant.vars.totalEarnings_3 }}. {% else %} {% if player.round_number < 81 %} in 1st trial: {{ player.participant.vars.totalEarnings }}.

Your total earning so far in 2nd trial: {{ player.participant.vars.totalEarnings_2 }}.

Your total earning so far in 3rd trial: {{ player.participant.vars.totalEarnings_3 }}.

Your total earning so far in 4th trial: {{ player.participant.vars.totalEarnings_4 }}. {% else %} {% if player.round_number < 101 %} in 1st trial: {{ player.participant.vars.totalEarnings }}.

Your total earning so far in 2nd trial: {{ player.participant.vars.totalEarnings_2 }}.

Your total earning so far in 3rd trial: {{ player.participant.vars.totalEarnings_3 }}.

Your total earning so far in 4th trial: {{ player.participant.vars.totalEarnings_4 }}.

Your total earning so far in 5th trial: {{ player.participant.vars.totalEarnings_5 }}. {% else %} {% if player.round_number < 121 %} in 1st trial: {{ player.participant.vars.totalEarnings }}.

Your total earning so far in 2nd trial: {{ player.participant.vars.totalEarnings_2 }}.

Your total earning so far in 3rd trial: {{ player.participant.vars.totalEarnings_3 }}.

Your total earning so far in 4th trial: {{ player.participant.vars.totalEarnings_4 }}.

Your total earning so far in 5th trial: {{ player.participant.vars.totalEarnings_5 }}.

Your total earning so far in 6th trial: {{ player.participant.vars.totalEarnings_6 }}. {% else %} {% if player.round_number < 141 %} in 1st trial: {{ player.participant.vars.totalEarnings }}.

Your total earning so far in 2nd trial: {{ player.participant.vars.totalEarnings_2 }}.

Your total earning so far in 3rd trial: {{ player.participant.vars.totalEarnings_3 }}.

Your total earning so far in 4th trial: {{ player.participant.vars.totalEarnings_4 }}.

Your total earning so far in 5th trial: {{ player.participant.vars.totalEarnings_5 }}.

Your total earning so far in 6th trial: {{ player.participant.vars.totalEarnings_6 }}.

Your total earning so far in 7th trial: {{ player.participant.vars.totalEarnings_7 }}. {% else %} {% if player.round_number < 161 %} in 1st trial: {{ player.participant.vars.totalEarnings }}.

Your total earning so far in 2nd trial: {{ player.participant.vars.totalEarnings_2 }}.

Your total earning so far in 3rd trial: {{ player.participant.vars.totalEarnings_3 }}.

Your total earning so far in 4th trial: {{ player.participant.vars.totalEarnings_4 }}.

Your total earning so far in 5th trial: {{ player.participant.vars.totalEarnings_5 }}.

Your total earning so far in 6th trial: {{ player.participant.vars.totalEarnings_6 }}.

Your total earning so far in 7th trial: {{ player.participant.vars.totalEarnings_7 }}.

Your total earning so far in 8th trial: {{ player.participant.vars.totalEarnings_8 }}. {% else %} {% if player.round_number < 181 %} in 1st trial: {{ player.participant.vars.totalEarnings }}.

Your total earning so far in 2nd trial: {{ player.participant.vars.totalEarnings_2 }}.

Your total earning so far in 3rd trial: {{ player.participant.vars.totalEarnings_3 }}.

Your total earning so far in 4th trial: {{ player.participant.vars.totalEarnings_4 }}.

Your total earning so far in 5th trial: {{ player.participant.vars.totalEarnings_5 }}.

Your total earning so far in 6th trial: {{ player.participant.vars.totalEarnings_6 }}.

Your total earning so far in 7th trial: {{ player.participant.vars.totalEarnings_7 }}.

Your total earning so far in 8th trial: {{ player.participant.vars.totalEarnings_8 }}.

Your total earning so far in 9th trial: {{ player.participant.vars.totalEarnings_9 }}. {% else %} in 1st trial: {{ player.participant.vars.totalEarnings }}.

Your total earning so far in 2nd trial: {{ player.participant.vars.totalEarnings_2 }}.

Your total earning so far in 3rd trial: {{ player.participant.vars.totalEarnings_3 }}.

Your total earning so far in 4th trial: {{ player.participant.vars.totalEarnings_4 }}.

Your total earning so far in 5th trial: {{ player.participant.vars.totalEarnings_5 }}.

Your total earning so far in 6th trial: {{ player.participant.vars.totalEarnings_6 }}.

Your total earning so far in 7th trial: {{ player.participant.vars.totalEarnings_7 }}.

Your total earning so far in 8th trial: {{ player.participant.vars.totalEarnings_8 }}.

Your total earning so far in 9th trial: {{ player.participant.vars.totalEarnings_9 }}.

Your total earning so far in 10th trial: {{ player.participant.vars.totalEarnings_10 }}. {% endif %} {% endif %} {% endif %} {% endif %} {% endif %} {% endif %} {% endif %} {% endif %} {% endif %}


{% formfields %}
{% endblock %}