{% extends "global/Page.html" %} {% load otree %} {% block title %} The End {% endblock %} {% block content %}
{% block styles %} {% endblock %}
{{ if player.participant.is_dropout == 0 }}

Thank you for your participation!


Please raise your hand when you are ready to leave.


An experimenter will come to you with further instructions.

{{ else }}

The experiment will now end for you.

An experimenter will come to you with further instructions.

{{ endif }}

{{ endblock }}