{{ 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 {{C.NUM_QUOTA}} travelers. There are {{C.NUM_PLAYERS}} travelers.

Please submit your ranking:

A
B
C
D
E
F
{{ for field in rank_fields }} {{ endfor }}
RankIsland
{{ forloop.counter }}{{ if forloop.counter == 1 }}
(Highest){{ endif }}
{{ formfield_errors field }}
{{ endblock }}