{{ extends "global/Page.html" }} {{ block styles }} {{ endblock }} {{ block title }}
Bomb position: {{ player.bomb_position }}
Earnings 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 at position {{ player.bomb_position }}, which is included in your lucky numbers.
You stopped before reaching your first lucky number.
Earnings this round: {{ player.payoff }} points
{{ endif }}
{{ endblock }}