{% extends "global/Page.html" %} {% load otree %} {% block title %} Bonus report for period {{subsession.round_number}} of {{C.NUM_ROUNDS}} {% endblock %} {% block content %}

{% if group.is_disaggregate_treatment %} Your supervisor has awarded bonuses of:

This coresponds to a total bonus of {{group.bonus_total|c}} out of a maximum of {{C.BONUS_MAX_TOTAL|c}}.

{% else %} Your supervisor has awarded a bonus of {{group.bonus_total|c}} out of a maximum of {{C.BONUS_MAX_TOTAL|c}}.

{% endif %}

This were your investments for this period:

In total, you invested {{group.effort_total}} out of your base amoung of {{C.EMPLOYEE_ENDOWMENT|c}}.
Your payoff for this period is {{group.payoff_employee|c}}:

{% next_button %} {% endblock %} {% block scripts %} {% endblock %}