{% extends "global/Page.html" %} {% load otree static %} {% block title %} {% endblock %} {% block content %}
| Your bid | {{ player.investment }} points |
|---|---|
| Your opponent's bid | {{ other_player_investment }} points |
| Prediction Payoff | {{ player.guesspayoff1 }} |
| You Predicted | {{ player.Perceived_investment }} points |
| Your chance of winning | {% if player.id_in_group == 1 %} {{group.chance_A}} {% else %} {{group.chance_B}} {% endif %} percent |
| You | {% if player.is_winner %} Won {% else %} Lost {% endif %} |
| Bid task Payoff | {{ player.payoff1 }} |
| Total Period 1 Payoff | {{ player.Totalpayoff1 }} |