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

After simulated drawing, your job offer is {% if player.sample_size == 0 %} 0 due to the fact that you were not looking for job yell {% else %} {{ player.draw }}. {% endif %}

Your preferred minimum wage is {{ player.reservation_wage }} points

{% if player.largest_number >= player.reservation_wage %} We are glad to tell you that you have found a job with wage rate {{ player.largest_number }} points laughing {% else %} Since your preferred wage is greater than any of your wage offer, you did not find a job yell {% endif %} {% if player.largest_number >= player.reservation_wage %}

You are now in {% if round == 0 %} Round 20 {% else %} Round {{ round }} of 20 {% endif %} {% else %} {% endif %} {% if player.largest_number >= player.reservation_wage %}

[Payoff from new job = Wage rate * The rest of rounds (including the current round)] {% else %} {% endif %}

[Total payoff = UI benefit - Job search cost + Payoff from new job]

Your total earning is [Total earning = Total payoff + Current earning]: {% if player.round_number < 181 %} {% if player.round_number < 161 %} {% if player.round_number < 141 %} {% if player.round_number < 121 %} {% if player.round_number < 101 %} {% if player.round_number < 81 %} {% if player.round_number < 61 %} {% if player.round_number < 41 %} {% if player.round_number < 21 %} {{ player.participant.vars.totalEarnings }}. {% else %} {{ player.participant.vars.totalEarnings_2 }}. {% endif %} {% else %} {{ player.participant.vars.totalEarnings_3 }}. {% endif %} {% else %} {{ player.participant.vars.totalEarnings_4 }}. {% endif %} {% else %} {{ player.participant.vars.totalEarnings_5 }}. {% endif %} {% else %} {{ player.participant.vars.totalEarnings_6 }}. {% endif %} {% else %} {{ player.participant.vars.totalEarnings_7 }}. {% endif %} {% else %} {{ player.participant.vars.totalEarnings_8 }}. {% endif %} {% else %} {{ player.participant.vars.totalEarnings_9 }}. {% endif %} {% else %} {{ player.participant.vars.totalEarnings_10 }}. {% endif %}




UI benefit Job search cost Payoff from new job Total payoff Current earning
{{ player.subsidy }} points {{ player.searchinter }} points {{ player.jobpayoff }} points {{ player.payoff }} {{ player.currentearning }}
{% endblock %}