{% extends "global/Page.html" %} {% load otree static %} {% block title %} Job search -- Part A {% endblock %} {% block style %} {% endblock %} {% block content %}
Now you are in
{% if round == 0 %}
Round 20
{% else %}
Round {{ round }} of 20
{% endif %}
of
{% if round == 0 %}
Experimental Trial {{ search2 }}
{% else %}
Experimental Trial {{ search }}
{% endif %}
Your current earning is
{% 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 %}
{% if player.round_number == 1 %}
{{ player.participant.vars.totalEarnings }} points
{% else %}
{{ player.participant.vars.totalEarnings }}
{% endif %}
{% else %}
{% if player.round_number == 21 %}
{{ player.participant.vars.totalEarnings_2 }} points
{% else %}
{{ player.participant.vars.totalEarnings_2 }}
{% endif %}
{% endif %}
{% else %}
{% if player.round_number == 41 %}
{{ player.participant.vars.totalEarnings_3 }} points
{% else %}
{{ player.participant.vars.totalEarnings_3 }}
{% endif %}
{% endif %}
{% else %}
{% if player.round_number == 61 %}
{{ player.participant.vars.totalEarnings_4 }} points
{% else %}
{{ player.participant.vars.totalEarnings_4 }}
{% endif %}
{% endif %}
{% else %}
{% if player.round_number == 81 %}
{{ player.participant.vars.totalEarnings_5 }} points
{% else %}
{{ player.participant.vars.totalEarnings_5 }}
{% endif %}
{% endif %}
{% else %}
{% if player.round_number == 101 %}
{{ player.participant.vars.totalEarnings_6 }} points
{% else %}
{{ player.participant.vars.totalEarnings_6 }}
{% endif %}
{% endif %}
You will have Unemployment Insurance benefits with
{% 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 %}
0 point for all 20 rounds.
{% else %}
0 point for all 20 rounds.
{% endif %}
{% else %}
5 points for all 20 rounds
{% endif %}
{% else %}
5 points for the first 10 rounds
{% endif %}
{% else %}
10 points for the first 10 rounds
{% endif %}
{% else %}
10 points for the first 15 rounds
{% endif %}
(You will not have any benefit once you find job)
Choose your preferred wage for your next job from 1 to 10.
Suppose you have just lost your job, and now you are looking for a new job.
You need to decide your plans of looking for new jobs.