{% extends "global/Page.html" %} {% load otree %} {% block title %} Bonus report for period {{subsession.round_number}} of {{C.NUM_ROUNDS}} {% endblock %} {% block content %}
Your supervisor has awarded {{group.bonus|c}} to you in this period. The maximum bonus that the supervisor could have awarded is {{C.BONUS_MAX|c}}. You spend {{cost_effort}} out of your salary of {{C.EMPLOYEE_ENDOWMENT|c}} to buy {{group.effort}} winning balls. Your payoff for this period is {{group.payoff_employee|c}}. {% next_button %}
{% endblock %} {% block scripts %} {% endblock %}