{{ extends 'global/Page.html' }} {{ block title }}Practice Round: Results{{ endblock }} {{ block content }}
You ranked Island {{ rank1 }} first{{ if rank2 }} and Island {{ rank2 }} second{{ endif }}.
The other traveler ranked Island {{ other_rank1 }} first and Island {{ other_rank2 }} second.
{{ if unassigned }}Because the other traveler had higher priority at Island {{ first_choice }}, you were not sent to any island.
You receive 0 points.
{{ else }}Because the other traveler had higher priority at Island {{ first_choice }}, you were sent to Island {{ assigned }}.
You receive {{ points }} points.
{{ endif }}Your ranking:
| Rank | Island |
|---|---|
| {{ row.rank }}{{ if row.rank == 1 }} (Highest){{ endif }} |
{{ if row.island }} {{ row.island }} {{ else }} {{ endif }} |