{{ extends "global/Page.html" }} {{ block styles }} {{ endblock }} {{ block title }} Round Result - Practice Round {{ player.round_number }} of {{ total_rounds_trial }} {{ endblock }} {{ block content }}
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 was included in your lucky numbers.
You stopped before reaching your first lucky number.
Earnings this round: {{ player.payoff_trial }} points
{{ endif }}
{{ endblock }}