{{ 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 }} {{ r.island }}
Probabilities of Being Assigned if Ranked First {{ for b in beliefs }} {{ endfor }}
IslandProbability (%)
{{ b.island }} {{ b.belief }}%
{{ next_button }}
{{ endblock }}