{% extends "global/Base.html" %} {% load staticfiles otree_tags %} {% block scripts %} {% endblock %} {% block title %} Resource Allocation Task {% endblock %} {% block content %}
You have 50 tokens, which can be allocated in any amounts you choose to the projects described to you previously:
| 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. | ||
| {% if condition > 2 %} | 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. | {% else %}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 %}. | {% 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 %} |