{{ block title }}Your Guess{{ endblock }} {{ block content }} {{ if player.is_bid_winner == True }}
Your bid was {{ player.bid }} The Random Number choosen was {{ player.selected_bid }}
{{ custom_text }} {{ else }}Your bid was {{ player.bid }} The Random Number choosen was {{ player.selected_bid }}
Sorry, you did not win the Bid to get the Advice. Please continue with the game.
{{ endif }}