{% extends "global/Page.html" %} {% load otree static %} {% block title %}
Thank you for completing the experiment!
{{ if player.participant.color != '#ffffff00'}}
Your selected color:
{{endif}} {{ if studyName == "priceList_new" }}
You selected
{{player.participant.type}}
{{endif}}
{% endblock %} {% block content %}
{% if bonusFiles %}

On the next screen, you will receive the password to your bonus file. Before that, we kindly ask you to respond to the following questions.

{% else %}

On the next screen, you will receive your bonus. Before that, we kindly ask you to respond to the following questions.

{% endif %} {% formfield 'feedback_understanding' %} {% formfield 'feedback_certain' %} {% formfield 'feedback_trust' %} {% formfield 'feedback_WVS' %} {% formfield 'feedback_final_remarks' %}

{% endblock %}