{% extends "global/Base.html" %} {% load staticfiles otree_tags %} {% block scripts %} {% endblock %} {% block title %} Project Selection {% endblock %} {% block content %}

Please consider the following projects. Indicate which project you want to implement by clicking the button below the project you prefer, and then clicking "Next."


Project A   Project B
{% for ProjectDisplay in project_a %} {% endfor %}
Project Net Income Likelihood
{{ ProjectDisplay.first_outcome }} {{ ProjectDisplay.first_odds }}%
{{ ProjectDisplay.second_outcome }} {{ ProjectDisplay.second_odds }}%
  {% for ProjectDisplay in project_b %} {% endfor %}
Project Net Income Likelihood
{{ ProjectDisplay.first_outcome }} {{ ProjectDisplay.first_odds }}%
{{ ProjectDisplay.second_outcome }} {{ ProjectDisplay.second_odds }}%
 




For reference, your bonus compensation will be determined in the following manner:
Division Profit = Project Net Income - Allocated Common Costs

{% endblock %}