{% extends "global/Page.html" %} {% load otree static %} {% block title %} Investment Game Decision – Round {{ player.round_number }} {% endblock %} {% block content %} {% if player.round_number == 1 %}
This is a practice round. The outcome of this round will not be used for payment.
{% else %}This is a paying round.
{% endif %}You have {{ endowment }} coins.
There are two assets:
Please enter how many of your {{ endowment }} coins you want to invest in Asset A. The remaining coins are automatically invested in Asset B.
{{ formfield 'investment' }} {{ next_button }} {% include "thesis_exp_main_task/_music_snippet.html" %} {% endblock %}