{{ extends "global/Page.html" }} {{ block styles }} {{ endblock }} {{ block title }}
Bomb position: {{ player.bomb_position }}
Earnings for this round: 0 points
{{ else }}Actual bomb position: {{ player.bomb_position }}
{{ if player.variant == C.VARIANT_LUCKY and player.bought_lucky_numbers }} {{ if player.lucky_number_saved_player }}The bomb was located at {{ player.bomb_position }}, which is included in your lucky numbers.
You are safe from the bomb, and your lucky numbers are not used!
Earnings for this round: {{ player.payoff_lucky_trial }} points
{{ endif }}
{{ endblock }}