{% extends "global/Base.html" %} {% load staticfiles otree_tags %} {% load humanize %} {% block styles %} {% endblock %} {% block scripts %} {% endblock %} {% block title %} Project Cost Information {% endblock %} {% block content %}

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_3A|intcomma }}{% else %}{{ player.actual_3B|intcomma }}{% endif %}
{% if type == 1 %}Project B{% else %}Project A{% endif %}: {% if type == 1 %}{{ player.actual_3B|intcomma }}{% else %}{{ player.actual_3A|intcomma }}{% endif %}


Your cost reports for each project must be between 20,000 and 100,000.

Recall that you are matched with the same Manager {% if type == 1 %}B{% else %}A{% endif %} and same Company Owner in all periods.
You have up to two minutes to communicate with Manager {% if type == 1 %}B{% else %}A{% endif %}. Please do not share any personal information during this chat. If you would like to end the communication period before time expires, click "End Chat" to proceed to make your cost reports to the company owner. Note that there are no automatic notifications if an individual leaves the chat, so you may wish to let the other manager know if you are leaving early.

{% chat nickname=player.role channel=player.chat_channel_3 %}

{% endblock %}