{% extends "global/Page.html" %} {% load staticfiles otree_tags %} {% block title %} Wage offer {% endblock %} {% block content %} {% if group.contract_accepted == False %}

You need to propose a wage offer to the worker and also the effort level that you wish to obtain.

{% else %}

You are the worker . You are currently in round {{ player.round_number }}. The employer has decided to delegate on you the wage decision.

You can now choose your wage before choosing you effort level

{% endif %} {% formfield group.principal_wage_offer %} {%formfield group.desired_agent_work_effort with label='Please, select also a desired effort level' %} {% next_button %} {% endblock %}