{% extends "global/Page.html" %} {% load otree %} {% block title %} Profit report for period {{subsession.round_number}} of {{C.NUM_ROUNDS}} {% endblock %} {% block content %}
The profit in this period is {{profit}}. In addition to their salary, the supervisors will receive {{group.supervisor_bonus|c}} as a result of the profit level. You bought {{effort}} winning balls. {% if treatment_info == 0 %} Your supervisor will be informed about the profit level. {% endif %} {% if treatment_info == 1 %} Your supervisor will be informed about the profit level and about how many winning balls you have bought.{% endif %} {% if treatment_info == 2 %} Your supervisor will be informed about how many winning balls you have bought. Your supervisor will not be informed about the profit level until after they have made the last bonus decision in period {{C.NUM_ROUNDS}}. {% endif %}
Your supervisor will next decide your bonus for this period.
Below is the report that your supervisor will see when making the bonus decision.
{% include C.TEMPLATE_REPORT %}{% next_button %}
{% endblock %} {% block scripts %} {% endblock %}