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

{{ if player.receivesupport == 1 }} {{ endif }}
Your initial estimate was: {{ player.initialguess }}
Your confidence in the initial estimate was: {{ player.confidence }}
The algorithm's estimate is: {{ player.gdpcappredict }}
The submitted estimate for the GDP per capita of country {{ player.round_number }} is: {{ player.finalguess }}


{{ endblock }}