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

To what extent to you agree with the following statements?

{{ form.competence.label | safe}} {{ form.competence }}


{{ form.benevolence.label | safe}} {{ form.benevolence }}


{{ form.anonymity.label | safe}} {{ form.anonymity }}


{{ form.unlinkabilty_neg.label | safe}} {{ form.unlinkabilty_neg }}


{{ form.no_central_entity.label | safe}} {{ form.no_central_entity }}


{{ form.benevolence_neg.label | safe}} {{ form.benevolence_neg }}

{% next_button %} {% endblock %}