{% extends "global/Page.html" %} {% load otree %} {% block title %} End of round {{ current_round }} {% endblock %} {% block content %} {% if group.GR == 1.5 and group.optionchoice == 1 %}
The LIGHT BLUE player's work output was: {{ group.Work_Output_Light }}.

The DARK BLUE player's work output was: {{ group.Work_Output_Dark }}.

Based on your payment rule, the high payment of {{ Constants.High_Payment }} Tokens was assigned to the DARK BLUE player.

Moreover, the DARK BLUE player has indeed chosen the higher work effort.

Therefore, you receive a payoff of {{ Constants.Payoff_Green_Right }} Tokens in this round for assigning the high payoff to the player with the higher work effort.

Click Continue to proceed to the next decision round.

Remember: New groups of 3 participants will be formed at random in the next round.
{% endif %} {% if group.GR == 1.5 and group.optionchoice == 0 %}
The LIGHT BLUE player's work output was: {{ group.Work_Output_Light }}.

The DARK BLUE player's work output was: {{ group.Work_Output_Dark }}.

Based on your payment rule, the high payment of {{ Constants.High_Payment }} Tokens was assigned to the LIGHT BLUE player.

Moreover, the LIGHT BLUE player has indeed chosen the higher work effort.

Therefore, you receive a payoff of {{ Constants.Payoff_Green_Right }} Tokens in this round for assigning the high payoff to the player with the higher work effort.

Click Continue to proceed to the next decision round.

Remember: New groups of 3 participants will be formed at random in the next round.
{% endif %} {% if group.GR == 0 and group.optionchoice == 1 %}
The LIGHT BLUE player's work output was: {{ group.Work_Output_Light }}.

The DARK BLUE player's work output was: {{ group.Work_Output_Dark }}.

Based on your payment rule, the high payment of {{ Constants.High_Payment }} Tokens was assigned to the DARK BLUE player.

In contrast to your decision, the LIGHT BLUE player had chosen the higher work effort.

Therefore, you receive a payoff of {{ Constants.Payoff_Green_Wrong }} Tokens in this round for assigning the high payoff to the player with the lower work effort.

Click Continue to proceed to the next decision round.

Remember: New groups of 3 participants will be formed at random in the next round.
{% endif %} {% if group.GR == 0 and group.optionchoice == 0 %}
The LIGHT BLUE player's work output was: {{ group.Work_Output_Light }}.

The DARK BLUE player's work output was: {{ group.Work_Output_Dark }}.

Based on your payment rule, the high payment of {{ Constants.High_Payment }} Tokens was assigned to the LIGHT BLUE player.

In contrast to your decision, the DARK BLUE player had chosen the higher work effort.

Therefore, you receive a payoff of {{ Constants.Payoff_Green_Wrong }} Tokens in this round for assigning the high payoff to the player with the lower work effort.

Click Continue to proceed to the next decision round.

Remember: New groups of 3 participants will be formed at random in the next round.
{% endif %} {% endblock %}