{% extends "global/Page.html" %} {% load staticfiles otree %} {% block app_styles %} {% endblock %} {% block title %} {% endblock %} {% block content %} {{ if shown }}

This is the end of the experiment.

{{ if completionlink }}
{{ if submitted }}

You have submitted the study. If you experience issues, you can manually submit using the code {{ submission_code }}

{{ else }}

You can click the button below to submit the study.

{{ endif }}
{{ endif }}

Payment Information

Participation fee: {{ participation_fee }}

Earnings from Parts 1&2: {{ part12_points|to0 }}

Earnings from Part 3: {{ part3_points|to0 }}

Total Bonus Payment: {{ real_currency }}{{ bonus_payment|to2 }}

Total Payment: {{ real_currency }}{{ final_payment|to2 }}

You can expect to receive your payment within 24 hours.


{#

You can click the following button to submit the study.

#} {#
#} {# #} {#
#} {{ endif }} {% endblock %} {% block scripts %} {% endblock %}