{% extends "global/Base.html" %} {% load staticfiles otree_tags %} {% load humanize %} {% block styles %} {% endblock %} {% block scripts %} {% endblock %} {% block title %} Cost Reporting {% endblock %} {% block content %}
As a reminder, the following actual project costs have been incurred this period:
| Your Project - {% if type == 1 %}Project A{% else %}Project B{% endif %}: | {% if type == 1 %}{{ player.actual_2A|intcomma }}{% else %}{{ player.actual_2B|intcomma }}{% endif %} |
| {% if type == 1 %}Project B{% else %}Project A{% endif %}: | {% if type == 1 %}{{ player.actual_2B|intcomma }}{% else %}{{ player.actual_2A|intcomma }}{% endif %} |
Manager A reported the following costs to the company owner for the period:
| Your Project - Project B: | {{ player.report_2B_partner|intcomma }} |
| Project A: | {{ player.report_2A_partner|intcomma }} |
Manager A has finished making their cost reports to the company owner for the period.
You must report costs between 20,000 and 100,000 for each project. Please make your cost reports to the company owner below, and then click "Next."
| Your Project - {% if type == 1 %}Project A{% else %}Project B{% endif %}: | {% if type == 1 %}{% formfield player.report_2A %}{% else %}{% formfield player.report_2B %}{% endif %} |
| {% if type == 1 %}Project B{% else %}Project A{% endif %}: | {% if type == 1 %}{% formfield player.report_2B %}{% else %}{% formfield player.report_2A %}{% endif %} |