{% extends "otree/WaitPage.html" %} {% block title %} {% if participant.is_dropout %} Thank you for having participated in our experiment! {% else %} {{ title_text }} {% endif %} {% endblock %} {% block content %} {% if participant.is_dropout %}

You were excluded from the experiment due to inactivity.

Please close this study and return your submission on Prolific by selecting the 'Stop Without Completing' button.

{% else %}

{{ body_text }}

{% endif %} {% endblock %}