{% extends "base/consent.html" %} {% block body %}
{% if experiment.with_lucid_recruitment() %}

We are now going to test your browser for compatibility.
If your browser is not compatible we have to reject the survey.

You will also see one or more consent pages and have up to {{ experiment.recruiter.termination_time_in_min }} to read and accept/reject them.

{% endif %}

To proceed, click the button below.

{% endblock %} {% block libs %} {{ super() }} {% endblock libs %} {% block scripts %} {{ super() }} {% endblock %}