{% 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_A|intcomma }}{% else %}{{ player.actual_B|intcomma }}{% endif %} |
| {% if type == 1 %}Project B{% else %}Project A{% endif %}: | {% if type == 1 %}{{ player.actual_B|intcomma }}{% else %}{{ player.actual_A|intcomma }}{% endif %} |
Recall that you must report costs between 20,000 and 100,000 for each project, and Manager B {% if condition == 1 or condition == 3 %}will{% else %}will not{% endif %} see your cost reports before making their own. Please make your cost reports to the company{% if condition > 2 %} owner{% endif %} below, and then click "Next."
| Your Project - {% if type == 1 %}Project A{% else %}Project B{% endif %}: | {% if type == 1 %}{% formfield player.report_A %}{% else %}{% formfield player.report_B %}{% endif %} |
| {% if type == 1 %}Project B{% else %}Project A{% endif %}: | {% if type == 1 %}{% formfield player.report_B %}{% else %}{% formfield player.report_A %}{% endif %} |