{% extends "global/Page.html" %} {% load otree %} {% block title %} {% endblock %} {% block content %}
{% if player.consent %}

Thank you for taking the time to participate in this activity. Please follow this link to complete this task.

{% else %}

You may now close your browser and return the task to Prolific.

{% endif %}

{% endblock %}