{{ extends 'global/Page.html' }} {{ block title }}Results {{ endblock }} {{ block content }}
You started with a total points score of {{C.STARTING_POINTS}}, of which you bid {{player.bid_amount}}.
Your competitor's bid amount was {{competitor_bid_amount}}.
{{if player.winner}}Your final points score: {{winner_payoff}} and you have won an additional: £{{winner_points}}
{{else}}Your final points score is: {{loser_payoff}} and you have won an additional: £{{loser_points}}
{{endif}} {{ next_button }}