{% extends "global/Page.html" %}
{% load static %}
{% block styles %}
{% endblock %}
{% block content %}
You have almost reached the end of the study. However, we still want to ask you a couple of questions.
Please indicate how well the following statements describe you.
{{ form.reciprocity_1.label }}
{% for choice in form.reciprocity_1 %}
| {{ choice|safe }} |
{% endfor %}
{% for choice in form.reciprocity_1 %}
| {{ choice.label }} |
{% endfor %}
{{ form.reciprocity_2.label }}
{% for choice in form.reciprocity_2 %}
| {{ choice|safe }} |
{% endfor %}
{% for choice in form.reciprocity_2 %}
| {{ choice.label }} |
{% endfor %}
{{ form.reciprocity_3.label }}
{% for choice in form.reciprocity_3 %}
| {{ choice|safe }} |
{% endfor %}
{% for choice in form.reciprocity_3 %}
| {{ choice.label }} |
{% endfor %}
{{ form.reciprocity_4.label }}
{% for choice in form.reciprocity_4 %}
| {{ choice|safe }} |
{% endfor %}
{% for choice in form.reciprocity_4 %}
| {{ choice.label }} |
{% endfor %}
{{ form.reciprocity_5.label }}
{% for choice in form.reciprocity_5 %}
| {{ choice|safe }} |
{% endfor %}
{% for choice in form.reciprocity_5 %}
| {{ choice.label }} |
{% endfor %}
{{ form.reciprocity_6.label }}
{% for choice in form.reciprocity_6 %}
| {{ choice|safe }} |
{% endfor %}
{% for choice in form.reciprocity_6 %}
| {{ choice.label }} |
{% endfor %}
{{ form.reciprocity_7.label }}
{% for choice in form.reciprocity_7 %}
| {{ choice|safe }} |
{% endfor %}
{% for choice in form.reciprocity_7 %}
| {{ choice.label }} |
{% endfor %}
{{ form.reciprocity_8.label }}
{% for choice in form.reciprocity_8 %}
| {{ choice|safe }} |
{% endfor %}
{% for choice in form.reciprocity_8 %}
| {{ choice.label }} |
{% endfor %}
{{ form.reciprocity_9.label }}
{% for choice in form.reciprocity_9 %}
| {{ choice|safe }} |
{% endfor %}
{% for choice in form.reciprocity_9 %}
| {{ choice.label }} |
{% endfor %}
{{ form.reciprocity_10.label }}
{% for choice in form.reciprocity_10 %}
| {{ choice|safe }} |
{% endfor %}
{% for choice in form.reciprocity_10 %}
| {{ choice.label }} |
{% endfor %}
{{ form.reciprocity_11.label }}
{% for choice in form.reciprocity_11 %}
| {{ choice|safe }} |
{% endfor %}
{% for choice in form.reciprocity_11 %}
| {{ choice.label }} |
{% endfor %}
{% next_button %}
{% endblock %}