{% extends "global/Page.html" %} {% load otree static %} {% block title %} Results {% endblock %} {% block content %}
You invested {{ player.investment }} points
Other player invested {{ other_player_investment }} points
You guessed {{ 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 %}
Payoff {{ player.payoff1 }}
{% next_button %} {% endblock %}