{{ 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 delegating the estimation to the algorithm amounts {{ player.dicecurrency }}. This price is higher than your willingness to pay for delegating the estimation to the algorithm. Hence, the estimation is not delegated to the algorithm.

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

The randomly determined price for delegating the estimation to the algorithm amounts {{ player.dicecurrency }}. This price is lower than your willingness to pay for delegating the estimation to the algorithm. Hence, the estimation is delegated to the algorithm.

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

The algorithm's estimate will be submitted as final estimation and used for the calculation of your profit.

{{ endif }}

{{ endblock }}