{% extends "global/Page.html" %} {% load otree static %} {% block title %} Narcissism Questionnaire {% endblock %} {% block content %}
Instructions: For each item, select the statement best fits the way you see yourself.
{% for field in form %} {% for choice in field %} {% endfor %} {% endfor %}
{{ field.label }} {{ choice }}

{% next_button %} {% endblock %}