{{ extends "global/Page.html" }} {{ block styles }} {{ endblock }} {{ block title }}
Round Result – Real Round {{ player.round_number }} of {{ total_rounds_lucky }}
{{ endblock }} {{ block content }}

💣 Game Result

{{ if player.bomb_exploded }}

💥 Bomb Exploded!

Boxes opened: {{ player.boxes_collected }}

Bomb position: {{ player.bomb_position }}

Earnings this round: 0 points

{{ else }}

🎉 Safe!

Boxes opened: {{ player.boxes_collected }}

Actual bomb position: {{ player.bomb_position }}

{{ if player.variant == C.VARIANT_LUCKY and player.bought_lucky_numbers }} {{ if player.lucky_number_saved_player }}

🛡️ Lucky Number Protected You

The bomb was located at {{ player.bomb_position }}, which was included in your lucky numbers.

{{ else }}

Lucky Number Not Used

You are safe from the bomb, and your lucky numbers are not used!

{{ endif }} {{ endif }}

Earnings this round: {{ player.payoff_lucky }} points

{{ endif }}
{{ next_button }}
{{ endblock }}