{{ block title }}Results{{ endblock }} {{ block content }}
Round {{ subsession.round_number }} out of 20:
{{ if not player.decision }}
You invested {{ player.invest_amount }}% of your research points in the asset.
{{ else }}
The recommendation was to invest {{ player.invest_amount }}% of your research points in the asset.
{{ endif }}
{{ if player.pos }}
The asset increased by {{ player.asset_change }}%.
{{ else }}
The asset decreased by {{ player.asset_change }}%.
{{ endif }}
Therefore, your return for this round is {{ player.invest_return }} points.
Your cumulative return across all rounds is {{ player.c_return }} points.
You now have {{ player.ending_endow }} research points.
{{ next_button }}
{{ endblock }}