{% extends "global/Base.html" %} {% load staticfiles otree_tags %} {% block title %} Your role and decision {% endblock %} {% block content %}

You are the agent.

The principal will make you a wage offer between 0 and 9.

Please choose below how much effort you would return to each of the possible offers.

{% for field in form %} {% formfield field %} {% endfor %} {% next_button %} {% include Constants.instructions_template %} {% endblock %}