{% extends "global/Page.html" %} {% load otree static %} {% block title %} Informed consent {% endblock %} {% block content %}

I have read and understood the above information regarding this study.
Choose 'I agree' to continue with the study.
{% formfield player.informedconsent %} {{ next_button }} {% endblock %}