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

We detect some usual activities on your account that potentially violate the terms and conditions, so you cannot participate in the experiment. Usage of Adblock and proxy/vpn might have caused this warning.

If you believe this is a mistake or a misunderstanding, please contact huanren@sam.sdu.dk.

{% elif not debug and player.country != 'United States of America (the)' and player.country != '' %}

We detected that you are not located in the United States, so you cannot participate in the experiment.

If you believe this is a mistake or a misunderstanding, please contact huanren@sam.sdu.dk.

{% else %} {% next_button %} {% endif %} {% endblock %}