{% extends "global/SimplePage.html" %} {% block title %} Thank you! {% endblock %} {% block pre_text %} {% if participant.vars.consent5.0 == 0 %}
Your total earnings for today's experiment are .
Thank you for participating in today's experiment!
{% else %}Thanks for taking time to read the information sheet for the experiment today. We appreciate your time. You can now close this browser tab.
{% endif %} {% endblock pre_text %} {% comment %} We suppress the confirmation/submission button because this is the final page... {% endcomment %} {% block confirm_button %} {% endblock %}