{% extends "global/Page.html" %} {% block title %}Results{% endblock %} {% block content %}
Round # {{player.round_number}}:
Your value for this round was {{player.value}}.
Your bid was {{player.bid}}.
The highest bid was {{group.highest_bid}}.
The second highest bid was {{group.second_highest_bid}}.
Result: You {% if player.is_winner == True%} won!
{% else %} did not win.
Your payoff for this round was {{player.payoff}} .
Your cumulative payoff is {{participant.payoff}} .