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

Round {{ player.round_number }} / {{ C.NUM_ROUNDS }} starts now.

{{ if icons == 'smileys' }}

Loss boxes in this round: {{ player.roundlosscards }} {{ if pilot == 1 }} {{ player.losscardlist }} {{ endif }}

😀 = gain {{ player.roundgain }} points

😨 = lose {{ player.roundloss }} points

{{ if roundi < 3 }}

Example: your gain boxes are {{ player.roundgain }} points, therefore if you open 6 gain boxes and stop before opening any loss boxes, then your total points from the round are {{ player.roundgain }}*6 = {{ example1 }} points. If you open a loss box after 6 gain boxes, then the loss box that is {{ player.roundloss }} points will reduce your total points to {{ example2 }}.

{{ endif }} {{ else }}

Bird boxes in this round:

{{ if player.roundlosscards == 1 }} 🐦 {{ endif }} {{ if player.roundlosscards == 2 }} 🐦 🐦 {{ endif }} {{ if player.roundlosscards == 3 }} 🐦 🐦 🐦 {{ endif }} {{ endif }}

{{ next_button }}



{{ endblock }}