{{ block title }}Results - Round {{ player.round_number }}{{ endblock }} {{ block content }} {% if player.is_judge %}
You are the controller for subgroup {{ player.subgroup }}.
Your payoff is the average payoff of all players assigned to you before deduction.
Your payoff this round: {{ player.payoff }}
{% else %}Your contribution: {{ player.contribution }}
Total contribution in your group: {{ total_contribution }}
Your initial payoff from game: {{ player.payoff_pre }}
{% if player.session.config.treatment_type != 'no_judge' %}Deduction points received: {{ player.punishment_received }}
Total deduction assigned to your group: {{ total_group_punish }}
Your shared cost for deduction (Total deduction/4): {{ player.group_punishment_cost }}
{% endif %}Final Payoff: {{ player.payoff }}