{{ extends 'global/Page.html' }} {{ block title }} Estimating the GDP per capita - Country {{ player.round_number }} of {{ C.NUM_ROUNDS }} {{ endblock }} {{ block content }}
{{ if player.scenario_auc == 2 }}

The randomly determined price for the algorithm's advice amounts {{ player.dicecurrency }}. This price is higher than your willingness to pay for receiving the algorithm's advice. Hence, you do not obtain the algorithm's advice.

{{ endif }} {{ if player.scenario_auc == 1 }}

The randomly determined price for the algorithm's advice amounts {{ player.dicecurrency }}. This price is lower than your willingness to pay for receiving the algorithm's advice. Hence, you obtain the algorithm's advice.

The algorithm's estimate for country {{ player.round_number }} is: {{ player.gdpcappredict }}
{{ endif }}

{{ endblock }}