{% 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_1A|intcomma }}{% else %}{{ player.actual_1B|intcomma }}{% endif %} |
| {% if type == 1 %}Project B{% else %}Project A{% endif %}: | {% if type == 1 %}{{ player.actual_1B|intcomma }}{% else %}{{ player.actual_1A|intcomma }}{% endif %} |
Recall that you must report costs between 20,000 and 100,000 for each project, and Manager B {% if condition == 5 or condition == 7 %}will{% else %}will not{% endif %} see your cost reports before making their own. 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_1A %}{% else %}{% formfield player.report_1B %}{% endif %} |
| {% if type == 1 %}Project B{% else %}Project A{% endif %}: | {% if type == 1 %}{% formfield player.report_1B %}{% else %}{% formfield player.report_1A %}{% endif %} |