{% extends "global/Page.html" %} {% load otree static %} {% block title %} {% if tr == 'no' %} Question Page 5/5 {% else %} Question Page 7/7 {% endif %} {% endblock %} {% block content %}

To what extent to you agree with the following statements?

{{ form.no_tracking.label | safe}} {{ form.no_tracking }}


{{ form.anonymity_neg.label | safe}} {{ form.anonymity_neg }}


{{ form.unlinkabilty.label | safe}} {{ form.unlinkabilty }}


{{ form.competence_neg.label | safe}} {{ form.competence_neg }}


{{ form.no_central_entity_neg.label | safe}} {{ form.no_central_entity_neg }}


{{ form.no_tracking_neg.label | safe}} {{ form.no_tracking_neg }}

{% next_button %} {% endblock %}