{% extends "global/Page.html" %} {% load otree %} {% block title %} {% if subsession.round_number != C.NUM_ROUNDS %} Payoff report for period {{subsession.round_number}} of {{C.NUM_ROUNDS}} {% else %} Payoff for study {% endif %} {% endblock %} {% block content %} {% if subsession.round_number != C.NUM_ROUNDS %}

Next, you will make decisions for period {{ next_round }}.

{% else %}

This was the final period. A lottery randomly selected the Period that Counts to be {{group.random_period}}. Your payoff in that period was {{participant.payoff|c}}. You can see your choices and payoffs for each period in the table below.

To complete the study, please complete a short questionnaire about yourself and your behavior during the experiment.

{% endif %} {% if treatment_info == 0 %} {% if subsession.round_number == C.NUM_ROUNDS %} {% endif %} {% for period in group_periods %} {% if subsession.round_number == C.NUM_ROUNDS %} {% if period.round_number == group.random_period %} {% else %} {% endif %} {% endif %} {%endfor%} {% endif %} {% if treatment_info == 1 %} {% if subsession.round_number == C.NUM_ROUNDS %} {% endif %} {% for period in group_periods %} {% if subsession.round_number == C.NUM_ROUNDS %} {% if period.round_number == group.random_period %} {% else %} {% endif %} {% endif %} {%endfor%} {% endif %} {% if treatment_info == 2 %} {% if subsession.round_number == C.NUM_ROUNDS %} {% endif %} {% for period in group_periods %} {% if subsession.round_number == C.NUM_ROUNDS %} {% else %} {%endif%} {% if subsession.round_number == C.NUM_ROUNDS %} {% if period.round_number == group.random_period %} {% else %} {% endif %} {% endif %} {%endfor%} {% endif %}
Period Payoff Salary Additional compensation Profit Bonus to employeePeriod that Counts
{{period.round_number}} {{period.payoff_supervisor}} {{C.SUPERVISOR_ENDOWMENT}} {{period.supervisor_bonus}} {{period.profit}} {{period.bonus}}YesNo
Period Payoff Salary Additional compensation Profit Number of winning balls bought by employee Bonus to employeePeriod that Counts
{{ period.round_number }} {{period.payoff_supervisor}} {{C.SUPERVISOR_ENDOWMENT}} {{period.supervisor_bonus}} {{period.profit}} {{period.effort}} {{period.bonus}}YesNo
Period Payoff Salary Additional compensation Profit Number of winning balls bought by employee Bonus to employeePeriod that Counts
{{ period.round_number }}{{period.payoff_supervisor}} {{C.SUPERVISOR_ENDOWMENT}} {{period.supervisor_bonus}} {{period.profit}}Will be displayed after last period {{C.SUPERVISOR_ENDOWMENT}} Will be displayed after last period Will be displayed after last period{{period.effort}} {{period.bonus}}YesNo

{% next_button %}

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