{% extends "global/Page.html" %} {% load otree %} {% block title %} Your investment for period {{subsession.round_number}} of {{C.NUM_ROUNDS}} {% endblock %} {% block content %}
Your supervisor will next decide your bonus for this period.
If they collect the basic information package for free, your supervisor will see this report when making the bonus decision.
{% include C.TEMPLATE_REPORT_CHEAP %}If they collect the full information package for {% if participant.vars.expensive%} {{C.COST_INFO_HIGH|c}}{%else%} {{C.COST_INFO_LOW|c}}{%endif%}, your supervisor will see this report when making the bonus decision.
{% include C.TEMPLATE_REPORT_EXPENSIVE %}{% next_button %}
{% endblock %}