{% extends "global/Page.html" %} {% load staticfiles otree_tags %} {% block title %} Work effort {% endblock %} {% block content %}

{% if group.contract_accepted == False %}

You are the worker . You are currently in round {{ player.round_number }}. The employer chose a wage of {{ group.principal_wage_offer}} and also a desired effort level of {{ group.desired_agent_work_effort}} .

{% else %}

You chose a wage of {{ group.principal_wage_offer}}

Now, you can choose your effort level, that you want to provide following this wage, by taking into account the cost of each effort level presented in the following table:

{% endif %}
Effort level 1 2 3 4 5 6 7 8 9 10
Cost of effort 0 1 2 4 6 8 10 12 15 18
{% formfield group.agent_work_effort with label='Please, select the effort level you will provide' %} {% next_button %} {% endblock %}