{% block title %} {% if player.round_number == 3 %}

Part 3

{% else %} Results {% endif %} {% endblock %} {% block content %} {% if player.round_number == 5 %} Thank you for your participation.

You got {{ score }} points. Please copy the following code and paste it in Prolific to receive your payment. Code: {{ code }}

Feedback:
Participation: 50 points.
{% if player.initial == 0 %} Social Survey attention check: {{ survey }} points.
{% else %} Social Survey: {{ survey }} points.
{% endif %} Bonus: {{ bonus }} points.

Payment round: {{ player.payment_round }}
Proportion of Blue balls: {{ n }}%
Your guess: {{ guess }}%
k: {{ k }}

We'd love to hear your feedback: {{ formfields }} {% else %} {% if player.initial == 1 %} {% endif %} {% endif %}

{{ next_button }}

{% endblock %}