{% extends "global/Base.html" %} {% load staticfiles otree_tags %} {% block scripts %} {% endblock %} {% block title %} Resource Allocation Task {% endblock %} {% block content %}
{% if condition < 5 %} Recall that for this task, you are paired with the same Manager {% if type == 1 %}B{% else %}A{% endif %} {% if condition > 2 %}and Company Owner {% endif %}with whom you most recently completed the cost reporting task. You will not need to communicate with them or “wait” for them. {% else %} Recall that for this task, you are paired with the same Manager {% if type == 1 %}B{% else %}A{% endif %} and Company Owner with whom you completed all periods of the cost reporting task. You will not need to communicate with them or “wait” for them. {% endif %}

You have 50 tokens, which can be allocated in any amounts you choose to the projects described to you previously:

{% if condition > 2 %} {% else %} {% endif %}
Project 1: A project that returns $0.04 to you for each token allocated.
  
Project 2: A project that returns $0.03 to you, and $0.03 to Manager {% if type == 1 %}B{% else %}A{% endif %}, for each token allocated.
  
Project 3: A project that returns $0.02 to you, $0.02 to Manager {% if type == 1 %}B{% else %}A{% endif %}, and $0.02 to the Company Owner, for each token allocated. Project 3: A project that returns any token allocated to the Company, and so returns $0.00 to you and $0.00 to Manager {% if type == 1 %}B{% else %}A{% endif %}.

Please enter your allocations below, and then click "Next."

Project 1: {% formfield player.individual_points %}
Project 2: {% formfield player.duo_points %}
Project 3: {% formfield player.firm_points %}


{% endblock %} {% block styles %} {% endblock %}