{{ extends "global/Page.html" }} {{ block title }} Results {{ endblock }} {{ block timer_text }} Time left on this page {{ endblock }} {{ block content }}

Round {{ player.round_number }} of {{ C.NUM_ROUNDS }}


Group Results

{{ if dropout_count > 0 }} {{ if active_member_count == 1 }}
⚠️ All other group members have left the game.
You were the only member who contributed. Here is the amount you have earned:
{{ else }}
⚠️ {{ dropout_count }} member{{ if dropout_count != 1 }}s{{ endif }} did not contribute (left the game).
Your group was reduced from {{ original_member_count }} to {{ active_member_count }} active member{{ if active_member_count != 1 }}s{{ endif }}.
The multiplied pot is divided only among the {{ active_member_count }} active member{{ if active_member_count != 1 }}s{{ endif }}.
{{ endif }} {{ endif }}

Total group contribution: {{ total_contribution }} tokens (from {{ active_member_count }} active member{{ if active_member_count != 1 }}s{{ endif }})

Multiplied pot: {{ shared_pot }}

Division: {{ shared_pot }} ÷ {{ active_member_count }} active member{{ if active_member_count != 1 }}s{{ endif }} = {{ individual_share }} per member


{{ if is_leader }} {{ include_sibling 'leader_results.html' }} {{ else }} {{ include_sibling 'member_results.html' }} {{ endif }}

Your payoff this round: {{ payoff }}

Your total current pot: {{ cumulative_pot }}

{{ endblock }}