{% extends "base/consent.html" %} {% include "macros/browser-detect.html" %} {% block stylesheets %} {{ super() }} {% include "theme.html" %} {% endblock %} {% block body %} {% if not experiment.with_lucid_recruitment() %}

{{ pgettext("consent", "To proceed, click the button below.") }}

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