{% extends "base/ad.html" %} {% block no_assignment %}

{{ pgettext("ad", "Call for participants") }}

{{ experiment.description|safe }}

{{ pgettext("ad", "The requirements to participate are as follows") }}:

{{ experiment.ad_payment_information|safe }}

{{ pgettext("ad", 'Please click the "Accept HIT" button on the Amazon site above to begin the task.') }}

{% endblock no_assignment %} {% block live %}

{{ pgettext("ad", "Thanks for accepting this HIT.") }}

{{ pgettext("ad", "By clicking the following URL link, you will be taken to the experiment, including complete instructions and an informed consent agreement.") }}

{{ pgettext("ad", "Warning") }}: {{ pgettext("ad", "Please disable pop-up blockers before continuing.") }}
{% if experiment.var.show_abort_button %}
{{ pgettext("ad", "Click the above button to be compensated in case of an error.") }}
{% endif %} {% endblock live %} {% block scripts %} {% endblock %}