{% extends "global/Page.html" %} {% load otree static %} {% block title %} Investment Game Result – Round {{ player.round_number }} {% endblock %} {% block content %} {% if practice %}

This was a practice round. The result does not count toward your final payment.

{% else %}

This was a paying round.

{% endif %}

You invested {{ invest_A }} coins in Asset A (risky) and {{ invest_B }} coins in Asset B (safe).

The coin toss result: {% if player.coin_heads %}Heads{% else %}Tails{% endif %}.

Your total outcome from this scenario is {{ player.inv_tokens }} coins.

In this scenario, the returns were:

{{ next_button }} {% include "thesis_exp_main_task/_music_snippet.html" %} {% endblock %}