{% extends "global/Page.html" %} {% load otree %} {% block title %} Data processing consent {% endblock %} {% block content %}
Data processing in this experiment is in line with the EU's data protection law:

{% formfield player.consent label = "I give my consent to participating in this study" %}

Press the Next button to read the instructions

{% next_button %} {% endblock %}