{% extends "global/PageExt.html" %} {% load otree_tags staticfiles %} {% block title %} Stage 2. Decision. Round {{ view.round_number }} of {{ Constants.num_rounds }} {% endblock %} {% block inner_content %}

Your endowment in Stage 2

{% if session.config.outgrouponly %}

You receive {{ player.punishment_endowment }} extra points which you can use to send deduction tokens to a randomly chosen participant from another group or to keep for yourself.

{% else %}

You receive {{ player.punishment_endowment }} extra points which you can use to send deduction tokens to other participants or to keep for yourself.

You can send to each of the two participants from 0 to {{ player.punishment_endowment }} points (so that sum of these two amounts is less or equal {{ player.punishment_endowment }})

{% endif %}

You belong to the group {{ player.subgroup }}.

We now show you the decisions of a randomly chosen pair: one participant from your group ({{ player.subgroup }}) who was matched with one participant from the other group ({{ player.another_subgroup_name }}).

{% if session.config.outgrouponly %} If you decide to send 1 deduction point to a member of the other group, the income of a randomly chosen member of the other group will be decreased by 3 points. {% else %} {% if session.config.colsan %} If you decide to send 1 deduction point to a member of the other group, the income of a randomly chosen member of the other group will be decreased by 3 points. If you decide to send 1 deduction point to a member of your own group, the income of the participant, whose decision you see, will be decreased by 3 points. {% endif %} {% endif %}

Your group member ({{ player.subgroup }}) sent to a group {{ player.another_subgroup_name }} member: A group {{ player.another_subgroup_name }} member sent to your group member ({{ player.subgroup }}):
{{ player.random_pair.ingroup_member.pd_decision }}
{{ player.random_pair.outgroup_member.pd_decision }}
Your group member ({{ player.subgroup }}) payoff in Stage 1 A group {{ player.another_subgroup_name }} member payoff in Stage 1
{{ player.random_pair.ingroup_member.pd_payoff }}
{{ player.random_pair.outgroup_member.pd_payoff }}
{% if session.config.ingroup %}How many deduction points you send to your group member ( {{ player.subgroup }}):{% endif %} How many deduction points you send to a {% if session.config.colsan %}random{% endif %} group {{ player.another_subgroup_name }} member:
{% if session.config.ingroup %} {% formfield player.ingroup_punishment with label='' %} {% endif %} {% if session.config.outgroup %} {% formfield player.outgroup_punishment with label='' %} {% endif %}
{% if session.config.ingroup %} Participant {{ player.subgroup }}'s payoff after that: {% endif %} Participant {{ player.another_subgroup_name }}'s payoff after that:
{{ player.random_pair.outgroup_member.pd_payoff }}
Your remaining endowment in this stage:
{{ Constants.punishment_endowment }}
{% if session.config.outgrouponly %} {% else %} {% if session.config.colsan and session.config.outgroup %}

If you send deduction points to a Participant of another group ({{ player.another_subgroup_name }}), an income of a random participant from group {{ player.another_subgroup_name }} will be decreased.

Remember that deduction points you send, are multiplied by 3, i.e. if you send 2 deduction points, the income of the other participant will be decreased by 6 points

{% endif %} {% endif %} {% next_button %} {% include Constants.instructions_stage2_wrapper %} {% endblock %} {% block styles %} {% endblock %} {% block scripts %} {% endblock %}