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

Your points and priorities for this round are:

{{ pf_graph }}

Each island has room for {{ num_quota }} travelers. There are {{ num_players }} travelers.

Your ranking:

{{ for row in ranking_rows }} {{ endfor }}
RankIsland
{{ row.rank }}{{ if row.rank == 1 }}
(Highest){{ endif }}
{{ if row.island }} {{ row.island }} {{ else }}
{{ endif }}

Please enter a number from 0 to 300 that best reflects what you think the last assignment task is worth:

{{ slider_min }} {{ slider_max }}

After you submit your number, the computer will draw a random number between {{ slider_min }} and {{ slider_max }}.

To earn the highest payoff, you should enter the amount that makes the assignment payoff and a guaranteed payment seem equally attractive.

{{ endblock }}