experiment-template/Finish/EndOfExperiment.html
duartegoncalvesds 73fc2121bf first commit
2026-03-12 21:05:38 +00:00

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 }}