{{ extends "global/Page.html" }} {{ block title }} Project Decision {{ endblock }} {{ block content }}
{{ if player.e_role == "Manager" }}

Please enter below the number of points you wish to invest in Employee A’s project and in Employee B’s project (whole numbers between 0 and 100 for each). These points will generate profit (points invested * 3) for the employee, and the employee will decide how many (if any) points to return to you.


Points to invest in Employee A's project:     
Points to invest in Employee B's project:     
{{ else }}

Please enter below the number of points you wish to invest in Employee B’s project (a whole number between 0 and 100). These points will generate profit (points invested * 3), and Employee B will decide how many (if any) points to return to you.


Points to invest in Employee B's project:     
{{ endif }}
{{ endblock }} {{ block styles }} {{ endblock }} {{ block scripts }} {{ endblock }}