{% extends "global/Page.html" %} {% load otree static %} {% block title %} {% endblock %} {% block content %} {% if player.just_clicked_continue %}
Sorry, you failed an attention check, please return your submission.
{% elif player.attention_check != 1 %}Sorry, you failed an attention check, please return your submission.
{% else %}Thank you for taking part in the study.
Click here to complete the study.
{% endif %} {% endblock %}