{{ 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 }}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
Your payoff this round: {{ payoff }}
Your total current pot: {{ cumulative_pot }}