{% extends "global/Page.html" %} {% load otree %} {% block title %} Choose the employee bonus for period {{subsession.round_number}} of {{C.NUM_ROUNDS}} {% endblock %} {% block content %} {% if group.collected_expensive_info %} {% include C.TEMPLATE_REPORT_EXPENSIVE %} {% else %} {% include C.TEMPLATE_REPORT_CHEAP %} {% endif %}
{% formfields %}{% endblock %} {% block scripts %} {% endblock %}