{% extends "base/consent.html" %} {% include "macros/browser-detect.html" %} {% block stylesheets %} {{ super() }} {% include "theme.html" %} {% endblock %} {% block body %}
{{ pgettext("browser_compatibility", "We are now going to test your browser for compatibility.") }}
{{ pgettext("browser_compatibility", "If your browser is not compatible we have to reject the survey.") }}
{% set TERMINATION_TIME = experiment.recruiter.termination_time_in_min %} {% trans name="consent" %}You will also see one or more consent pages and have up to {{ TERMINATION_TIME }} to read and accept/reject them.{% endtrans %}
{% endif %}