{% extends "global/SimplePage.html" %} {% load otree%} {% block title %} CONSENT FORM {% endblock %} {% block content %}
Instructions: Please initial all boxes
1.
{% formfield player.consent1%}
2.
{% formfield player.consent2%}
3.
{% formfield player.consent3%}
4.
{% formfield player.consent4%}
5.
{% formfield player.consent5%}

{% formfield player.Date %} {% include "global/ButtonNext.html" with button_text="Next" %} {% endblock %}