{{ extends 'global/Page.html' }} {{ block title }} {{ endblock }} {{ block content }}
{{ if icons == 'smileys' }} Round: {{ player.block }}     Gain: {{ player.blockgain }}     Loss: {{ player.blockloss }}     Loss boxes: {{ player.blocklosscards }} {{ else }} Round: {{ player.block }} {{ endif }}

{{ if icons == 'smileys' }} {{ if player.accept == 1 }} You decided to stop after {{ player.gaincardsturned }} gain boxes. {{ else }} You opened a loss box. {{ endif }}

Your profit for this round is {{ player.profit }}.
{{ else }} {{ if player.accept == 1 }} {{ if player.round_in_block == 1 }} You stopped without collecting any ice creams. {{ else }} You collected {{ player.gaincardsturned }} ice creams and managed to avoid the {{ if player.blocklosscards == 1 }} bird! {{ else }} birds! {{ endif }} {{ endif }} {{ else }} You opened a bird box {{ if player.round_in_block == 1}} before collecting any ice creams. {{ else }} and the bird ate all the ice creams you had collected! {{ endif }} {{ endif }} {{ endif }}


{{ if player.block == C.NUM_BLOCKS }}

That was the last round.

{{ endif }}
{{ next_button }}

See below a summary of each round so far.


{{ if icons == 'smileys' }} {{ else }} {{ endif }} {{ tabledata }}
RoundGain boxesProfitRoundIce creams
{{ endblock }} {{ block scripts }} {{ endblock }}