{% 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 %}

You are in {% 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 %} {{ 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 %}

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

Your subsidy in this experimental trial 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 %} {{ player.subsidy }} for all 20 rounds. {% else %} {{ player.subsidy }} for all 20 rounds {% endif %} {% else %} {{ player.subsidy }} for all 20 rounds {% endif %} {% else %} 5 for the first 10 rounds {% endif %} {% else %} 10 for the first 10 rounds {% endif %} {% else %} 10 for the first 15 rounds {% endif %}

Choose the minimum wage that you want to accept from 1 to 10.



{% formfields %}

{% endblock %}