{{ extends 'global/Page.html' }} {{ block title }}Round {{player.round_number}} {{ endblock }} {{ block content }}
Your points and priorities for this round are:
Each island has room for {{C.NUM_QUOTA}} travelers. There are {{C.NUM_PLAYERS}} travelers.
Please submit your ranking:
| Rank | Island | |
|---|---|---|
| {{ forloop.counter }}{{ if forloop.counter == 1 }} (Highest){{ endif }} |
{{ formfield_errors field }} |