{% extends "global/Page.html" %} {% load otree static %} {% block title %} {% endblock %} {% block content %}
| Your bid | {{ player.investment_2 }} points |
|---|---|
| Your opponent's bid | {{ other_player_investment_2 }} points |
| Prediction Payoff | {{ player.guesspayoff2 }} |
| You Predicted | {{ player.Perceived_investment_2 }} points |
| Your chance of winning | {% if player.id_in_group == 1 %} {{group.chance_A_2 }} {% else %} {{group.chance_B_2 }} {% endif %} percent |
| You | {% if player.is_winner_2 %} Won {% else %} Lost {% endif %} |
| Bid task Payoff | {{ player.payoff2 }} |
| Total Period 1 Payoff | {{ player.Totalpayoff2 }} |