{% extends "global/Page.html" %} {% load otree %} {% block title %}Results{% endblock %} {% block content %}
{% if player.is_winner == True %}
You Won the game.
{% else %}You did not win the game.
{% endif %}Your value: | {{ player.value }} |
Your bid: | {{ player.bid }} |
Highest bid in your group: | {{ group.highest_bid }} |
Second highest bid in your group: | {{ group.second_highest_bid }} |
Your profit is therefore {{ player.payoff }}.
Your cumulative earning from previous rounds is {{player.participant.payoff}}.