{{ extends "global/Page.html" }} {{ block title }} {{ if player.session_active == 0 }} Please return shortly! {{ elif player.session_active == 2 }} This session of the study can no longer accept new participants {{ else }} INFORMED CONSENT FORM FOR DECISION-MAKING STUDY {{ endif }} {{ endblock }} {{ block content }} {{ if player.session_active == 1 }}

Having read the study information sheet provided to you, do you wish to participate in this study? After making your selection, please click Next to continue.

{{ formfield 'informed_consent' }} {{ next_button }} {{ elif player.session_active == 0 }}

Please refresh this page or return at the designated start time noted in your sign-up/email.

{{ elif player.session_active == 2 }}

As noted in the email you received, we have to ask participants to enter the study within a few minutes of the designated start time to ensure adequate groupings. If you would still like to participate, you may sign up for a later session. Thank you.

{{ endif }} {{ endblock }}