{{ extends 'global/Page.html' }} {{ block title }} {{ endblock }} {{ block content }}
{{ if icons == 'smileys' }} Gains: {{ gains }} pts     Loss box: {{ player.roundloss }} pts     Loss boxes: {{ player.roundlosscards }} {{ else }} Round: {{ player.round_number }} {{ endif }}

{{ if icons == 'smileys' }} {{ if player.round_number < 3 }} This was practice round {{ player.round_number }}. {{ if player.round_number == 2 }} The next round will be a real decision round. {{ endif }}

{{ endif }} {{ if player.endedinloss == 0 }} You decided to stop after {{ if player.chosencard == 1 }} 1 gain box. {{ else }} {{ player.chosencard }} gain boxes. {{ endif }} Each gain box was {{ player.roundgain }} points. Your gains are {{ gains }} points. {{ else }} You opened a loss box. Before that you managed to open {{ player.chosencard }} gain boxes. Each gain box was {{ player.roundgain }} points. Your gains are {{ gains }} points and losses {{ player.roundloss }} points. {{ endif }}

Therefore your total points for this round are {{ player.profit }}.
{{ else }} {{ if player.endedinloss == 0 }} {{ if player.chosencard == 0 }} You stopped without collecting any ice creams. {{ else }} You collected {{ player.chosencard }} ice creams and managed to avoid the {{ if player.roundlosscards == 1 }} bird! {{ else }} birds! {{ endif }} {{ endif }} {{ else }} You opened a bird box {{ if player.chosencard == 0}} before collecting any ice creams. {{ else }} and the bird ate all the ice creams you had collected! {{ endif }} {{ endif }} {{ endif }}


{{ if player.round_number == C.NUM_ROUNDS }}

That was the last round.

{{ endif }}
{{ next_button }}
{{ if player.round_number > 1 }}

See below a summary of each round so far.


{{ if icons == 'smileys' }} {{ else }} {{ endif }} {{ tabledata }}
RoundGain boxesPointsRoundIce creams


{{ endif }}
{{ endblock }} {{ block scripts }} {{ endblock }}