{% extends "global/Page.html" %}
{% load otree static %}
{% block title %}
Round Results
{% endblock %}
{% block content %}
{% if player.leader == 'Leader' %}
Position
You are the coordinator of your group.
Your group was in Position
{% if player.role_player == "Attacker" %}
A.
{% else %}
Z.
{% endif %}
You've indicated to your group’s members that they were in Position
{% if player.leader_role == "Attacker" %}
A.
{% else %}
Z.
{% endif %}
{% endif %}
{% if player.leader == 'Fighter' %}
Investments your group
{% if player.id_in_group == 2 %}
You invested
{{ player.contribution_confl }} into your Challenge pool,
and Kept {{ player.contribution_keep }}.
{% endif %}
{% if player.id_in_group == 3 %}
You invested
{{ player.contribution_confl }} into your Challenge pool,
and Kept {{ player.contribution_keep }}.
{% endif %}
{% if player.id_in_group == 5 %}
You invested
{{ player.contribution_confl }} into your Challenge pool,
and Kept {{ player.contribution_keep }}.
{% endif %}
{% if player.id_in_group == 6 %}
You invested
{{ player.contribution_confl }} into your Challenge pool,
and Kept {{ player.contribution_keep }}.
{% endif %}
{% if player.role_player == 'Attacker' %}
Your group together invested
{{ group.total_contribution_confl_att }} into your Challenge pool,
and Kept {{ group.total_keep_att }}.
{% else %}
Your group together invested
{{ group.total_contribution_confl_def }} into your Challenge pool,
and Kept {{ group.total_keep_def }}.
{% endif %}
{% endif %}
{% if player.leader == 'Leader' %}
Investments your group
{% if player.role_player == 'Attacker' %}
Your group together invested
{{ group.total_contribution_confl_att }} into your Challenge pool,
and Kept {{ group.total_keep_att }}.
Investments other group
The other group together invested
{{ group.total_contribution_confl_def }} into their Challenge pool,
and Kept {{ group.total_keep_def }}.
{% else %}
Your group together invested
{{ group.total_contribution_confl_def }} into your Challenge pool,
and Kept {{ group.total_keep_def }}.
Investments other group
The other group together invested
{{ group.total_contribution_confl_att }} into their Challenge pool,
and Kept {{ group.total_keep_att }}.
{% endif %}
{% endif %}
{% if player.leader == 'Fighter' %}
{% if player.role_player == 'Attacker' %}
Challenge pool outcome
{% if group.total_contribution_confl_att > group.total_contribution_confl_def %}
Your group invested more points into your Challenge pool than the other group invested into their Challenge pool.
{% endif %}
{% if group.total_contribution_confl_att < group.total_contribution_confl_def %}
Your group invested fewer points into your Challenge pool than the other group invested into their Challenge pool.
{% endif %}
{% if group.total_contribution_confl_att == group.total_contribution_confl_def %}
Your group invested an equal number of points into your Challenge pool as the other group invested into their Challenge pool.
{% endif %}
{% if group.total_contribution_confl_att > group.total_contribution_confl_def %}
{% endif %}
{% if group.total_contribution_confl_att < group.total_contribution_confl_def %}
{% endif %}
{% if group.total_contribution_confl_att == group.total_contribution_confl_def %}
{% endif %}
{% else %}
Challenge pool outcome
{% if group.total_contribution_confl_att < group.total_contribution_confl_def %}
Your group invested more points into your Challenge pool than the other group invested into their Challenge pool.
{% endif %}
{% if group.total_contribution_confl_att > group.total_contribution_confl_def %}
Your group invested fewer points into your Challenge pool than the other group invested into their Challenge pool.
{% endif %}
{% if group.total_contribution_confl_att == group.total_contribution_confl_def %}
Your group invested an equal number of points into your Challenge pool as the other group invested into their Challenge pool.
{% endif %}
{% if group.total_contribution_confl_att < group.total_contribution_confl_def %}
{% endif %}
{% if group.total_contribution_confl_att > group.total_contribution_confl_def %}
{% endif %}
{% if group.total_contribution_confl_att == group.total_contribution_confl_def %}
{% endif %}
{% endif %}
{% endif %}
{% if player.leader == 'Leader' %}
{% if player.role_player == 'Attacker' %}
Challenge pool outcome
{% if group.total_contribution_confl_att > group.total_contribution_confl_def %}
Your group invested more points into your Challenge pool than the other group invested into their Challenge pool.
{% endif %}
{% if group.total_contribution_confl_att < group.total_contribution_confl_def %}
Your group invested fewer points into your Challenge pool than the other group invested into their Challenge pool.
{% endif %}
{% if group.total_contribution_confl_att == group.total_contribution_confl_def %}
Your group invested an equal number of points into your Challenge pool as the other group invested into their Challenge pool.
{% endif %}
{% if group.total_contribution_confl_att > group.total_contribution_confl_def %}
Therefore, your group receives {{group.appropriated_resources}} (Kept by the other group). {% if player.leader == 'Fighter' %} Your share is {{ group.individual_share_chal_att }}. {% endif %}
{% endif %}
{% if group.total_contribution_confl_att < group.total_contribution_confl_def %}
Therefore, your group does not receive any points from the other group.
{% endif %}
{% if group.total_contribution_confl_att == group.total_contribution_confl_def %}
Therefore, your group does not receive any points from the other group.
{% endif %}
{% if player.leader == 'Fighter' %}
Earnings:
You Kept {{player.keep}} and
received {% if group.total_contribution_confl_att > group.total_contribution_confl_def %} {{group.individual_share_chal_att}}
{% else %}
0 {% endif %} points from the Challenge pool.
Therefore, you earn {{player.payoff}} in this round.
{% endif %}
{% else %}
Challenge pool outcome
{% if group.total_contribution_confl_att < group.total_contribution_confl_def %}
Your group invested more points into your Challenge pool than the other group invested into their Challenge pool.
{% endif %}
{% if group.total_contribution_confl_att > group.total_contribution_confl_def %}
Your group invested fewer points into your Challenge pool than the other group invested into their Challenge pool.
{% endif %}
{% if group.total_contribution_confl_att == group.total_contribution_confl_def %}
Your group invested an equal number of points into your Challenge pool as the other group invested into their Challenge pool.
{% endif %}
{% if group.total_contribution_confl_att < group.total_contribution_confl_def %}
Therefore, your group does not transfer any points to the other group.
{% endif %}
{% if group.total_contribution_confl_att > group.total_contribution_confl_def %}
Therefore, your group transfers {{group.appropriated_resources}} (Kept) to the other group.
{% endif %}
{% if group.total_contribution_confl_att == group.total_contribution_confl_def %}
Therefore, your group does not transfer any points to the other group.
{% endif %}
{% if player.leader == 'Fighter' %}
Earnings
{% if group.total_contribution_confl_att > group.total_contribution_confl_def %}
Your points are transferred to the other group.
Therefore, you earn {{player.payoff}} in this round.
{% else %}
Your points are not transferred to the other group.
Therefore, you earn {{player.payoff}} (Kept) in this round.
{% endif %}
{% endif %}
{% endif %}
{% if player.id_in_group == 2 %}
Earnings of the other members of your group:
- Member 2 earned {{group.p3_payoff}}.
{% endif %}
{% if player.id_in_group == 3 %}
Earnings of the other members of your group:
- Member 1 earned {{group.p2_payoff}}.
{% endif %}
{% if player.id_in_group == 5 %}
Earnings of the other members of your group:
- Member 2 earned {{group.p6_payoff}}.
{% endif %}
{% if player.id_in_group == 6 %}
Earnings of the other members of your group:
- Member 1 earned {{group.p5_payoff}}.
{% endif %}
{% if player.id_in_group == 2 or player.id_in_group == 3 %}
Earnings of the other group:
- Member 1 earned {{group.p5_payoff}}.
- Member 2 earned {{group.p6_payoff}}.
{% endif %}
{% if player.id_in_group == 5 or player.id_in_group == 6 %}
Earnings of the other group:
- Member 1 earned {{group.p2_payoff}}.
- Member 2 earned {{group.p3_payoff}}.
{% endif %}
{% if player.leader == 'Leader' %}
{% if player.id_in_group == 1 or player.id_in_group == 4 %}
Earnings
{% if player.role_player == 'Attacker' %}
{% if group.total_contribution_confl_att > group.total_contribution_confl_def %}
Because your group invested more points into your Challenge pool, you earned {{player.payoff}} in this round.
{% else %}
Because your group invested fewer or equal points into your Challenge pool, you earned {{player.payoff}} in this round.
{% endif %}
{% endif %}
{% if player.role_player == 'Defender' %}
{% if group.total_contribution_confl_att > group.total_contribution_confl_def %}
Because your group invested fewer points into your Challenge pool, you earned {{player.payoff}} in this round.
{% else %}
Because your group invested more or equal points into your Challenge pool, you earned {{player.payoff}} in this round.
{% endif %}
{% endif %}
{% if player.id_in_group == 1 %}
Earnings of members of your group:
- Member 1 earned {{group.p2_payoff}}.
- Member 2 earned {{group.p3_payoff}}.
Earnings of the other group:
- Coordinator earned {{group.p4_payoff}}.
- Member 1 earned {{group.p5_payoff}}.
- Member 2 earned {{group.p6_payoff}}.
{% endif %}
{% endif %}
{% if player.id_in_group == 4 %}
Earnings of members of your group:
- Member 1 earned {{group.p5_payoff}}.
- Member 2 earned {{group.p6_payoff}}.
Earnings of the other group:
- Coordinator earned {{group.p1_payoff}}.
- Member 1 earned {{group.p2_payoff}}.
- Member 2 earned {{group.p3_payoff}}.
{% endif %}
{% endif %}
{% endif %}
{% if player.leader == 'Fighter' %}
Position
Your coordinator indicated that your group was in Position
{% if player.leader_role == "Attacker" %}
A.
{% else %}
Z.
{% endif %}
Accordingly, you earn {{player.fake_earnings}} in this round.
{% endif %}
{% next_button %}
{% endblock %}