{% extends "otree/WaitPage.html" %} {% load staticfiles otree %} {% 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 with submission, you can manually submit using the code {{ submission_code }}

{{ else }}

You can click the button below to submit the study.

{#

Disregard the button if you have already submitted.

#}
{{ endif }}
{{ endif }}

Payment Information

Participation fee: {{ participation_fee }}

Earnings from Parts 1 and 2: To be determined

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

Total bonus payment: To be determined


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