34 lines
453 B
HTML
34 lines
453 B
HTML
{{ extends "_static/global/Page.html" }}
|
|
{{ load otree static }}
|
|
|
|
{{ block title }}
|
|
End of experiment
|
|
{{ endblock }}
|
|
|
|
|
|
|
|
{{ block styles }}
|
|
{{ endblock }}
|
|
|
|
|
|
|
|
{{ block scripts }}
|
|
{{ endblock }}
|
|
|
|
|
|
|
|
{{ block content }}
|
|
|
|
|
|
<p>
|
|
Thank you for participating.
|
|
Click 'Next' to complete the experiment.
|
|
</p>
|
|
|
|
<p>
|
|
You need to complete the experiment to receive your payment.
|
|
</p>
|
|
|
|
{{ next_button }}
|
|
|
|
{{ endblock }}
|