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


Your reservation wage is {{ player.reservation_wage }}

Your wage offer is {% if player.sample_size == 0 %} 0 due to the fact that you were not looking for job yell {% else %} {{ player.draw }}. {% endif %}

{% 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 you reservation wage is greater than any of your wage offer, you did not find a job yell {% endif %} {% if player.largest_number >= player.reservation_wage %}

Since you are in {% if round == 0 %} Round 20 {% else %} Round {{ round }} of 20 {% endif %} {% if round == 0 %} in Experimental Trial {{ search2 }}, {% else %} in Experimental Trial {{ search }}, {% endif %} {% else %} {% endif %}

Your UI benefit in this round is {{ player.subsidy }} points.

Your payoff from your new job is {{ player.jobpayoff }} points.

Your job search cost is {{ player.searchinter }} points.

Your total payoff is {{ player.payoff }}.

Your total earning so far: {% 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 %}


{% endblock %}