{{ extends 'global/Page.html' }} {{ block title }}Round {{ player.round_number }}: Summary{{ endblock }} {{ block content }}

You submitted the following for Round {{ player.round_number }}:

Rankings {{ for r in ranks }} {{ endfor }}
RankIsland
{{ r.rank }} {{ if r.filled }} {{ r.island }} {{ else }}
{{ endif }}
Value
{{ expected_payoff }}
Probabilities of Being Assigned {{ for b in beliefs }} {{ endfor }}
RankIslandProbability (%)
{{ b.rank }} {{ if b.filled }} {{ b.island }} {{ else }}
{{ endif }}
{{ if b.filled }}{{ b.belief }}%{{ endif }}
{{ next_button }}
{{ endblock }}