{% extends "global/Page.html" %} {% load otree static %} {% block styles %} {% endblock %} {% block content %} {# show an alert if “Next” was clicked without ticking the box #} {% if form.consent.errors %}
{{ form.consent.errors.0 }}
{% endif %}

Informed Consent

Please read the following terms and indicate whether you accept them:

If you do not wish to participate, close this tab now. Otherwise tick the box below and click Next.

{# button also submits the hidden “submit_noConsent” field #} {% endblock %}