{% extends "global/Base.html" %} {% load staticfiles otree_tags %} {% load humanize %} {% block styles %} {% endblock %} {% block scripts %} {% endblock %} {% block title %} Resource Assignment {% endblock %} {% block content %}

Please choose whether you will contribute a low level of resources (costs 0 points) or a high level of resources (costs 15 points) to the joint project this period.

* If both managers choose low, joint project revenue = 10 points.
* If one manager chooses low and one chooses high, joint project revenue = 30 points.
* If both managers choose high, joint project revenue = 50 points.

Please make your selection below and click "Next" to continue.

{% formfield player.resource %}


{% next_button %} {% endblock %}